Hello Community,
I am looking to migrate my users who currently access my application current-page
using passwordless email login to a new application new-webpage
where they will log in using an email and password.
Current Setup:
current-page
: Users log in with passwordless email (one-time code sent to their email).- Auth0 is configured and managing the passwordless authentication for
current-page
.
Goal:
- Allow users from
current-page
to accessnew-webpage
using an email and password for login. - Both applications should share the same user database to ensure a seamless migration and user experience.
Example Scenario:
- User logs into
current-page
with passwordless email. - User should then be able to log into
new-webpage
using the same email but with a newly set password.
Questions:
- Is it possible to migrate users from passwordless email login to email and password login within the same Auth0 tenant?
- What is the best approach to handle this transition while ensuring a smooth user experience?
- Are there any best practices or recommended steps to follow for setting this up?
Any guidance, documentation, or examples would be greatly appreciated. Thank you!
Best regards,
Matias