Currently the user flow requires a user to verify their account via email > go back to the main login page >reset their password to create a password > login. This is so unintuitive and I can’t find anything in the documentation that simplifies this flow. Shouldn’t it just be verify account via email > prompts to create password > logs the user in?
Can you identify which authentication flow you’re using from here:
Another option would be passwordless:
Thanks for the quick reply - we are using the SPA flow
Ok so in that case you should be using the Implicit Grant flow which should be simpler than the way you’re describing
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.