jbreckmckye / electron-auth0-login

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

v2 feature: allow non-keytar token storage #23

Closed jbreckmckye closed 3 years ago

jbreckmckye commented 3 years ago

Installing Keytar is a pain and appears to have some security shortcomings on Windows. More fundamentally I've never liked the workflow of having to install it as a peer dependency and then use codependency to call it.

I'd like to alter the plugin to allow the user to supply their own key storage mechanism, compatible with keytar but also anything else that follows a simple interface.

jbreckmckye commented 3 years ago

Progress is being made in the new branch; this is close to complete