Skip to content

Releases: descope/descope-dotnet

0.5.0

08 Jun 14:40
87d3b4e
Compare
Choose a tag to compare

What's Changed

  • Add default Descope project ID header
  • Upgrade System.IdentityModel.Tokens.Jwt Version: 7.7.1->8.11.0

Incompatibility with older versions of Microsoft.IdentityModel.Tokens ⚠️

This version will not build for clients that depend on older (< 8.11.0) versions of Microsoft.IdentityModel.Tokens

Example build error if .csproj file includes <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.7.1" />:

error NU1605: Warning As Error: Detected package downgrade: Microsoft.IdentityModel.Tokens from 8.11.0 to 7.7.1. Reference the package directly from the project to select a different version. 
error NU1605:  [ProjectName] -> Descope -> System.IdentityModel.Tokens.Jwt 8.11.0 -> Microsoft.IdentityModel.Tokens (>= 8.11.0) 
error NU1605:  [ProjectName] -> Microsoft.IdentityModel.Tokens (>= 7.7.1)

Full Changelog: 0.4.3...0.5.0

0.4.3

22 Apr 22:30
e59f188
Compare
Choose a tag to compare

What's Changed

  • Removed dependency on Microsoft.Token.Model's isNullOrEmpty: Replaced with custom check allowing for use with newest version of Microsoft.Token.Model.

Full Changelog: 0.2.0...0.4.3

0.4.2

30 Jan 16:55
af7044d
Compare
Choose a tag to compare

What's Changed

  • Added forceAuthn to SSO Authentication: Allow passing of forceAuthn parameter for SSO start().

Full Changelog: 0.2.0...0.4.2

0.4.1

23 Nov 16:42
a173c26
Compare
Choose a tag to compare

What's Changed

  • Updated GitHub Release: Upgraded GitHub Release to Match NuGet Package Version.

Full Changelog: 0.2.0...0.4.1

0.3.2

10 Nov 20:11
27c3346
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.2

0.3.0

30 Sep 15:04
be44b37
Compare
Choose a tag to compare

We’ve made some improvements to enhance the scalability of our system to better support increased usage. These changes allow us to handle increased demand more efficiently, ensuring a smoother experience for all users. As part of this update, there may be a delay (up to 100ms) in accessing newly written or updated user data from the search user endpoints. If you have any questions, feel free to reach out!

What's Changed

  • Upgraded User Search Endpoints: Upgraded to the new v2 endpoints for handling user search.

Full Changelog: 0.2.0...0.3.0

0.2.2

29 May 11:02
22d1607
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.2

0.2.1

29 May 10:58
22d1607
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

05 May 10:33
8c617eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0: Update dependency dotnet-sdk to v8.0.201 (#10)

04 Mar 18:04
5f78f0f
Compare
Choose a tag to compare
Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>