Hi, I am trying to implement supertokens on Larave...
# support-questions
b
Hi, I am trying to implement supertokens on Laravel project where it will receive api request from mobile app. I have managed to setup supertokens. I am able to create session and it is stored in DB, I have access and refresh tokens. How do I send access token to server and get verified via supertokens middleware. Do I have add to cookie header or authorisation headers. I have tried to look for an answer in docs, but is not mentioned there, at least I couldn't find it.