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

separate registration and signin so no token is received by client when registering #355

Open
codeundercoverdev opened this issue Dec 12, 2019 · 0 comments

Comments

@codeundercoverdev
Copy link

I am trying to make a basic mobile app where the phone number is the identifier and the user receives a pin which they use to do one time authentication. I have everything setup and working. The only issue is that simple_token_authentication returns an authentication token when registering but I don't want the user to have a token until they have returned the pin. Essentially, how do you separate it so that you can create a user without signing them in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant