Hi, currently working on migrating from firebase a...
# support-questions-legacy
j
Hi, currently working on migrating from firebase auth to SuperTokens, but unable to get my backend to validate sessions. I am using FastAPI for my backend, and I'm getting the following from the debug log:
Copy code
com.supertokens {"t": "2023-06-10T23:36:33.237Z", "sdkVer": "0.14.2", "message": "getInfoFromAccessToken: Returning TRY_REFRESH_TOKEN because access token validation failed - No key found", "file": "recipe\\session\\access_token.py:129"}
Any help would be greatly aprreciated.
6 Views