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
Hi all, first of all thanks for the great library, really appreciate it.
I am trying to set this up for a rest API I am developing for an App (Android) and I'm unsure how to proceed regarding email verification. I want this to be accessible completely over REST.
What I'm considering would be something like the following;
User signs up through the App.
Email is sent to the User containing the verification Key.
User is asked to enter the verification key in the app.
User does so and email is now verified.
But I'm unsure of the correct way to go about this and if I'm not seeing issues which may arise from this approach.
Can anyone shed some light here ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi all, first of all thanks for the great library, really appreciate it.
I am trying to set this up for a rest API I am developing for an App (Android) and I'm unsure how to proceed regarding email verification. I want this to be accessible completely over REST.
What I'm considering would be something like the following;
But I'm unsure of the correct way to go about this and if I'm not seeing issues which may arise from this approach.
Can anyone shed some light here ?
Thanks.
The text was updated successfully, but these errors were encountered: