Hey everyone, I am getting an error in while usin...
# general
a
Hey everyone, I am getting an error in while using supertokens in FastAPI. What am I doing wrong here?
Initialisation not done. Did you forget to call the SuperTokens.init function?
n
Hi, Did you call
SuperTokens.init
before trying to use it?
a
supertokens python has no module called
SuperTokens
This is what I have imported, followed the documentation
from supertokens_python import init, InputAppInfo, SupertokensConfig
from supertokens_python.recipe import thirdparty, session
r
Please follow the quick setup guide and make sure you call the init function
a
Like just init() ?
r
Yea. Please see the quick setup, backend section.
2 Views