Releases: webmotions/fake-authentication-jwtbearer
Releases · webmotions/fake-authentication-jwtbearer
10.0.0
9.0.0
Support for .NET 9
Full Changelog: 8.0.2...9.0.0
8.0.2
What's Changed
- Allow overriding Name and Role claims by @michael-wolfenden in #26
New Contributors
- @michael-wolfenden made their first contribution in #26
Full Changelog: 8.0.1...8.0.2
8.0.1
Update packages including vulnerable packages
Full Changelog: 8.0.0...8.0.1
8.0.0
7.0.0
6.1.1
6.1.0
This release fixes the following:
- Add MIT Licence inside Nuget: #11
- Incoherence with the issuers for the BearerValueType.Jwt coming from #14
- Option to map the inbound claims. This is a breaking change for the users using the BearerValueType.Jwt to
FakeJwtBearerBearerValueType.Jwt. Please set option to false to revert to your original way or doing things.