auth0 / Auth0.WinformsWPF

Auth0 auth client for Winforms and WPF
MIT License
6 stars 14 forks source link

Browser window does not close with default package references #23

Closed Fr8Traindb closed 8 years ago

Fr8Traindb commented 8 years ago

When calling LoginAsync in WPF the browser form hangs and just displays "OK" until manually closed. I traced the problem down to the version of Newtonsoft.Json being added to the project by default (version 5.0.6). Upgrading the Newtonsoft package fixes the problem. Fixing the package dependencies should fix this issue.