We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a user signups for an account by giving email, password, password confirmation, how can I directly sing in in the user?
I need to be able to get the access-token, expiry etc only then the login process can complete.
access-token
expiry
But how do I get the token without firing another request to auth/sign_in? Is there a way?
auth/sign_in
The text was updated successfully, but these errors were encountered:
I think I got it.
create_new_auth_token is the method.
create_new_auth_token
Sorry, something went wrong.
No branches or pull requests
After a user signups for an account by giving email, password, password confirmation, how can I directly sing in in the user?
I need to be able to get the
access-token
,expiry
etc only then the login process can complete.But how do I get the token without firing another request to
auth/sign_in
? Is there a way?The text was updated successfully, but these errors were encountered: