You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to combine registration with login to automatically log a user in after they are registered.
currently we call a registration route and then make the client do a second call to the doorkeeper magic route /oauth/token to login.
Could someone point me in the right direction to whatever code gets called in the /oauth/token rails route so I can call the code in my registration route and pass back the auth token?
thanks!
The text was updated successfully, but these errors were encountered:
I'd like to combine registration with login to automatically log a user in after they are registered.
currently we call a registration route and then make the client do a second call to the doorkeeper magic route /oauth/token to login.
Could someone point me in the right direction to whatever code gets called in the /oauth/token rails route so I can call the code in my registration route and pass back the auth token?
thanks!
The text was updated successfully, but these errors were encountered: