Hello 👋
I want to add metadata to my existing users.
However, all of the python examples I can see are about running init() and sdk functions from within flask/fastAPI/django.
Is there a way for me to use supertokens sdk on a standalone python script, point it to the supertokens instance I have on my backend (postgres), and add the metadata?
My hacky solution is to directly update the
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).