jbreckmckye / electron-auth0-login

Helper widget for Auth0 authentication in Electron desktop apps
MIT License
27 stars 19 forks source link

V2 Rewrite #28

Closed jbreckmckye closed 3 years ago

jbreckmckye commented 3 years ago

This is essentially a rewrite of the library, using https://github.com/jbreckmckye/electron-login-test to test that everything still works.

The new version uses a library-adapter architecture I've been exploring in a few projects. The idea is to make it easy to augment the library with user-defined plugins, or even alternative auth providers (making this a general Electron PKCE library).

I'm going to give the code a once over but hope to have this merged by Feburary 14th.

This should resolve the following issues: