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
Note that because auth.confirm has been enabled in the config on stage (i.e. user has to confirm their email address before allowed to login), this will return {"ok":false,"why":"user-not-confirmed"}. If auth.confirm is set to false then this would return the user details. This is handled by the app so that it redirects the user to a 'please confirm your email address' page after it has received a 'user-not-confirmed' response. The mobile app would have to do the same.
If the above resolves this issue then please close the ticket :)
Need to provide a method to enable signup via a mobile application.
The text was updated successfully, but these errors were encountered: