Is there a way to authenticate based on a graphql query using ktor-server? #2128
Unanswered
ShiinaSekiu
asked this question in
Q&A
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.
-
I want to build the following api
login
should not require any authentication, butinfo
should be executed if the user is logged in,but they are all under the same
/graphql
URL, what should I do?Beta Was this translation helpful? Give feedback.
All reactions