How to create session on backend? #12704
Unanswered
vmstukalov
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How can I create session on backend. I want to make something similar with Magic Links.
Idea: user should go to the one-time link to signIn, then redirected to dashboard.
I try to set cookies directly to backend, but getting error JWTSessionError. I can't create valid JWT.
How can I create session on backend?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions