6.0 - abstract token and fully custom validation
Token validation was already pluggable, but the token type was pegged to JwtSecureToken
.
This release makes the token type generic and allows any validator to be plugged in, but defaults to the same OIDC/JwtSecureToken implementation. Your own implementation doesn't need to know about JWT, OIDC or even OAuth2.
What's Changed
- Bump Microsoft.Identity.Client from 4.60.2 to 4.60.3 in /AAD.fs.tasks by @dependabot in #23
- Bump Microsoft.Identity.Client from 4.60.2 to 4.60.3 in /AAD.Test by @dependabot in #22
- Bump Microsoft.Identity.Client from 4.60.2 to 4.60.3 in /AAD.fs by @dependabot in #21
- Abstract away 'token' by @et1975 in #24
Full Changelog: 5.0-0...6.0-1