
Adds support for JWT access tokens.
Features
- Adds support for JWT (JSON Web Token) access tokens.
- Improves support for refresh tokens.
- Adds support for client_credentials grant type.
- Adds support for password grant type.
- Uses IOptionsMonitor rather than IOptionsSnapshot as more performant.
- When verifying signatures, don’t use expired certificates.
- When generating signatures, use a non-expired certificate if available.
- Includes the AddConfigurationResolver convenience method.