Hello all! Is there any material available to help...
# general
t
Hello all! Is there any material available to help me study to start gathering the requirements necessary to migrate from auth0 to supertokens?
r
hey @tadeumaia
Depends on the login method you want, for emailpassword + social login, see this: https://supertokens.com/docs/thirdpartyemailpassword/migration/about
t
Hello! Thanks for the tips. Right now we use user/pwd + social + passwordless (phone).
r
Also, here is a demo app that shows all three login method using the pre built ui: https://github.com/supertokens/supertokens-auth-react/tree/master/examples/with-thirdpartyemailpassword-passwordless
t
Is there any way to migrate users pwd or we will need to ask for update pwd?
r
You don't have to ask users to update their password. If you see the link i sent, you can directly import password hashes,.
t
Oh yeah, my bad. jumping the gun here
I see auth0 case is mentioned. Thanks for that
Thanks for the support, will study this and come back if any other questions arrises 😉
r
great! happy to help.