jbreckmckye / electron-auth0-login

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

v2 feature: remove request library dependency #25

Closed jbreckmckye closed 3 years ago

jbreckmckye commented 3 years ago

We're using request-promise-native as a peer dependency just to POST some JSON with a promise wrapper - this could be done easily with either the Node HTTP or Electron ClientRequest APIs.

One of the goals of v2 is to make this library easier to install.