Can't pass authorization for query GraphQL .Net Core #3634
Unanswered
alexandr-goldish
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
-
I added authorization for the user and also added the Authorize attribute for the "query", but even when I logged in, the query gives an error that I am not logged in. Please tell me what I'm doing wrong. Thank you
Query:
Startup:
But when I make a request for a test to check whether it is authorized or not, I get isAuthentication = true.
I don’t understand what I’m doing wrong, please tell me. Thanks
Beta Was this translation helpful? Give feedback.
All reactions