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

Change Windows implementation with our own solution #287

Closed frederikprijck closed 10 months ago

frederikprijck commented 10 months ago

Changes

This PR replaces WinUIEx with our own implementation, heavily inspired on WinUIEx.

The reason this is being swapped is because of behavior in WinUIEx that does not allow us to use the package in its current state.

Additionally, we stripped things that we do not need, and added things we believe make sense in our case.

Checklist