want to use it with graphql #204
mahrozeshahid
started this conversation in
General
Replies: 1 comment
-
Hi we are using Rodauth (and Rodauth rails) on a Graphql only application. First, you should not try to do the authentication calls through the graph. Either use the JSON or HTML interface of Rodauth to establish and maintain the sessions. We use the JSON endpoints, as our app is fully written in React. You can then either use the JWT or pure session approach to handle your GraphQL requests. Let Rodauth do the authentication, and you can then pass the user reference to your Graphql calls. |
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.
-
I am starting new project in which I am using Graphql query language for API. So, I am bit confused whether it has good support for Graphql ?
Beta Was this translation helpful? Give feedback.
All reactions