graphql-dotnet / authorization

A toolset for authorizing access to graph types for GraphQL .NET.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any example for schema first auth example?

ooo2003003v2 opened this issue · comments

Hello there.
I am looking for an example for schema first auth and using controller for accessing api.
Could anyone provide me an example?

This does not use a Controller, but it is Schema First with Auth + Middleware.

graphql-dotnet/examples#66

This does not use a Controller, but it is Schema First with Auth + Middleware.

graphql-dotnet/examples#66

Is it possible to add jwt/jwe bearer auth and getting the payload data from the token for authorize checking?