Hi, I've been looking for an auth solution for our project, because I don't want to deal with it myself anymore. SuperTokens looks like a good fit so I started integrating it into our backend, which was pretty easy to get going
How would I go about migrating our existing userbase? Specifically how can I do this without everyone having to reset their password? I'm fine with logging everyone out, but forcing password resets would be pretty bad.
r
rp_st
03/25/2022, 4:54 PM
Hi. For the recipe you want, there is a migration section in the docs, it’s for auth0 to supertokes, but the overall approach is the same
v
Version467
03/25/2022, 4:57 PM
Ah, found it, thanks. I've only seen the general migration section before, this is more helpful. Thanks.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).