Skip to content

Releases: webmotions/fake-authentication-jwtbearer

8.0.1

13 Jan 23:28
eb8d9be
Compare
Choose a tag to compare

Update packages including vulnerable packages

Full Changelog: 8.0.0...8.0.1

8.0.0

30 Nov 01:37
1150050
Compare
Choose a tag to compare

Update to .NET 8

7.0.0

19 Dec 16:06
9196b6f
Compare
Choose a tag to compare

What's Changed

  • Update to .NET 7

6.1.1

19 Dec 15:58
29280e1
Compare
Choose a tag to compare

What's Changed

  • Fixed typo by @icnocop in #15
  • Updated the libraries to the latest version
  • Updated the README

6.1.0

30 May 16:20
997c4f5
Compare
Choose a tag to compare

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.