any docs/examples how to migrate from a existing auth solution?
how to map our current users table into supertokens?
n
nkshah2
05/20/2022, 1:47 PM
@edwinn1337 The docs here explain how to migrate from Auth0: https://supertokens.com/docs/thirdpartyemailpassword/migration/from-auth0/about
While the steps are for Auth0, they also apply to other solutions. The general idea is the same, just some details will be specific to your implementation (for example instead of querying Auth0 services you would query the equivalent in your solution)
nkshah2
05/20/2022, 1:47 PM
It also covers migrating your users to SuperTokens
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).