Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update register call to use node client #59

Open
trex opened this issue Feb 6, 2020 · 0 comments
Open

Update register call to use node client #59

trex opened this issue Feb 6, 2020 · 0 comments
Labels

Comments

@trex
Copy link
Collaborator

trex commented Feb 6, 2020

On the server-side, we are making the call to FusionAuth to register a user using the fetch API. We can make this request with the FusionAuth node client instead. This will be beneficial if there are updates to the endpoint, as they can get updated with the client, and for consistency.

The reason why some of the other calls to FusionAuth are made using fetch are because the OAuth workflows (login, logout) are not available in the node client.

@trex trex added the backend label Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant