jin49
10/24/2022, 8:19 PMsupertokens_python.recipe.session.framework.django.asyncio.verify_session
and i'm wondering what's the best way to proceed.jin49
10/24/2022, 8:21 PMverify_session
decorator, but this seems annoying - https://stackoverflow.com/questions/7667567/can-i-patch-a-python-decorator-before-it-wraps-a-function
2. Bypassing supertokens and falling back to django's request.user
, but this changes the code path.
3. Having the test request send the right headers/cookies to pass the supertokens verification, but I'm not sure what the right headers/cookies would be.jin49
10/24/2022, 8:22 PMrp_st
10/25/2022, 4:08 AM