Hey guys, is there any code example for this guide: https://supertokens.com/docs/community/other-fra...
a
Hey guys, is there any code example for this guide: https://supertokens.com/docs/community/other-frameworks? I would appreciate any help on this!
here's my progress so far: https://github.com/yeganathan18/elysia-supertokens I spinned up an auth service in node, and Vue app runs as frontend, now I would like to set up ElysiaJS as my API server that serve requests. But not sure what's wrong in my current setup and a bit confused about setting up the flow. It would be great if someone from the team could point me out in the right direction, or perhaps open a pr on my public repo and I can add that in the supertoken-examples later with clean documentation 🙂 I've gone through the below docs from the site: - https://supertokens.com/docs/community/other-frameworks - https://supertokens.com/docs/session/common-customizations/sessions/with-jwt/jwt-verification
r
hey, so the approach is basically that the frontend gets the JWT post login, and you can send that to your backend application server, and verify the JWT there.
We can help if you have any specific question, otherwise it's kind of hard for us to go through your code for free.
12 Views