Simple JWT Access Policies for API security in .NET
Let’s add JWT tokens to protect our API endpoints. Connecting services will supply their public keys, so we can validate their JWT tokens. We’ll use a configuration file to map tokens to local policies to restrict access to certain endpoints.
Read the article Simple JWT Access Policies for API security in .NET