Hii.
I'm trying to authenticate a user by obtaining the sAccessToken in request cookies and using that for verification, can that be done?
For context, I'm using FastAPI and I'm implementing an auth middleware to authenticate users either using an API Key in request headers or with supertokens using the sAccessToken in request cookies.