I'm relatively a newbie. I want to self host supertokens core. And i want to host it using docker. The thing is, i use Mongodb as my actual database. But since supertokens afaik doesn't fully support it, i wanted to use MySql.
In the
Step 3: Core > Self Hosted > With Docker
part, it provides a docker compose file which runs a mysql container and connects the supertokens core to it. Am i correct? So, i don't need to follow the
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).