Releases: Azure/AAD.fs
Releases · Azure/AAD.fs
Reintroduce net6.0 target
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
5.0 - net8.0
What's Changed
- Bump System.IdentityModel.Tokens.Jwt from 5.6.0 to 5.7.0 in /AAD.Suave by @dependabot in #19
- Bump System.IdentityModel.Tokens.Jwt from 5.6.0 to 5.7.0 in /AAD.fs.tasks by @dependabot in #17
- Bump System.IdentityModel.Tokens.Jwt from 5.6.0 to 5.7.0 in /AAD.Giraffe by @dependabot in #16
- Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /AAD.Test by @dependabot in #15
- Bump System.IdentityModel.Tokens.Jwt from 5.6.0 to 5.7.0 in /AAD.fs by @dependabot in #18
- .NET8, dependencies and az cli updates by @et1975 in #20
New Contributors
- @dependabot made their first contribution in #19
Full Changelog: 4.0-2...5.0-0
4.0 - net6.0 target
Cleanup + retargeting to net6.0 framework
net5.0 release
Same API, upgraded dependencies and target for net5.0
Load OIDC config on demand and refresh every 24h
2.0 fix docs links
Support space-delimited scopes
Also:
- Add sourcelink, thanks to @ctaggart
- Add package metadata
Initial OSS release
1.2-inital Pipeline the var