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

Drop support for WebView for WPF and Winforms and default to WebView2 #308

Closed frederikprijck closed 8 months ago

frederikprijck commented 9 months ago

Changes

Drop support for WebView on WPF and Winforms as this has been deprecated in favor of WebView2. We will now default to WebView2 on .NET Framework as well.

References

Checklist