Replies: 3 comments
-
I just realized I might be able to solve this by extracting the JWT logic out of the GraphQL application. |
Beta Was this translation helpful? Give feedback.
-
Quoting @nrbnlulu here, as he is the author of the lib 😊 |
Beta Was this translation helpful? Give feedback.
-
Hi, permissions are a non-goal for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The web client I'm developing needs to know why a certain request was rejected by the server, so that it can log the user out if it is an authentication issue. This is in the context of the auth library.
Is it possible to add something like a
code
field to the error object with a potential value ofauth_required
? Does that make sense?Thanks,
Sam
Beta Was this translation helpful? Give feedback.
All reactions