Hello 👋 I want to add metadata to my existing users. However, all of the python examples I can se...
p
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
user_metadata
table on postgres, but that's a rast resort
r
8 Views