Replies: 2 comments
-
Hail, @mfruhner 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Farewell! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @mfruhner 👋 The |
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.
-
Hello,
I recently found this project and really like it so far.
I integrated it with FastAPI which worked quite well, but now I would like to shift my FastAPI Rest endpoints to GraphQL (still via FastAPI with Strawberry).
I managed to inject the auth.current_user dependency into a strawberry context and query user details via GraphQL.
However, the GET route /graphql, which hosts everything GraphQL related is now also protected, which denies me access to the GraphiQL Dashboard.
Is there a way to exclude specific routes/Methods from the authentication check?
I already tested the
optional
flag, but this didn't seem to work at all. I opened an issue in the python-client repo.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions