Hi, I've been looking for an auth solution for our...
# support-questions
v
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
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
Ah, found it, thanks. I've only seen the general migration section before, this is more helpful. Thanks.
2 Views