auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
84 stars 48 forks source link

Release MAUI v1.0.1 #326

Closed frederikprijck closed 4 months ago

frederikprijck commented 4 months ago

Note that this also bumps Auth0.OidcClient.Core from v3 to v4, which is intentional. The only difference with v4 is that support for ClientSecret has been removed, which should not be available in client-SDKs to begin with, hence this being released as a patch fix.

Additionally, this also releases v4.0.1 of Auth0.OidcClient.Core, bumping Microsoft.IdentityModel.Protocols.OpenIdConnect to address a vulnerability.