Testing .NET Core 3.1 API protected by JWT token
From RFC 7519 page, JWT token is a compact, URL-safe mean of representing claims between two parties. It’s an encoded JSON object which is passed with the HTTP request to the protected HTTP API. If you are developing a modern cloud services, you are probably using some sort of OAuth2 authentication flow to authorize users…
read more