0
I am complete new to JWT and Auth0. I am writing an webapi using .net core 6. It need to validate user Authorization JWT token (Http header) using Authorisation filter in .net core and JWKS (keys). May I have any example. I have search google but no luck.
I would like to use Authorisation filter + JWKS
Please any sample code, example would be excellent.