session in graphqlite #479
Unanswered
dhiabenjaber
asked this question in
Q&A
Replies: 1 comment
-
GraphQLite doesn't deal with sessions or any session like tokens. It's entirely up to you how to handle authentication, and even authorization layers. Personally, I'd suggest having a look at the PASETO spec. There is a nice lib for PHP available: https://github.com/paragonie/paseto. API tokens are typically passed as a |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
how to manage session and if i have a token how to passed with a query if there is an example . Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions