How to get the Access Token after Creating new User

Hey there, I am using the /api/v2/users for creating a user through my own Reactjs form, after the user is successfully created how do I get their access-token. Do I have to call oauth/token endpoint or is there a better way.
Thanks

Hey there @tanmay welcome to the community!

Depending on your application and use case, there are a variety of login flows that are applicable. Typically, a front end application using React will utilize an auth code + PKCE flow. This is what our React SDK supports by default.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.