auth0 / Auth0.WinformsWPF

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

Remove Flickering Auth form #20

Closed Fr8Traindb closed 8 years ago

Fr8Traindb commented 8 years ago

When connection is passed into LoginAsync the login widget is bypassed, however it still shows for a short amount of time and creates a flicker effect.

I've also changed references in the sample projects to make testing easier.

Fr8Traindb commented 8 years ago

I'm going to do a pull request with just the flicker fix instead. I can understand wanting the samples to use the nuget package directly.