authorization icon indicating copy to clipboard operation
authorization copied to clipboard

Any example for schema first auth example?

Open ooo2003003v2 opened this issue 3 years ago • 2 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?

ooo2003003v2 avatar Jun 17 '21 03:06 ooo2003003v2

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

https://github.com/graphql-dotnet/examples/pull/66

joemcbride avatar Jun 17 '21 22:06 joemcbride

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?

ooo2003003v2 avatar Jul 02 '21 03:07 ooo2003003v2