Provides an extension to the JwtBearer middleware for ASP.NET Core. In addition to verifying an access token, it will also fetch the userinfo from the identity/OIDC provider, and populate the UserPrincipal with that data.
Lean token extensions for issuing/validating tokens, automatically creating a private key and creating password salts.
This is the API project, for concrete implementations see other projects that share this projects name