auth0-samples / auth0-electron-samples

[DEPRECATED] Auth0-Electron Sample
MIT License
18 stars 21 forks source link

Does this use the PKCE grant flow? #27

Open adeperio opened 6 years ago

adeperio commented 6 years ago

Hi! :)

I am looking to implement Auth0 Lock in my Electorn app, and was looking through this sample. But had two questions.

  1. For Electron Apps, what is the appropriate grant type to use (Regular Authorization Code, PKCE or Implicit?)
  2. Which grant type does Lock implement for Electron clients?

Thanks

Tony

jbreckmckye commented 5 years ago

You should be able to use https://github.com/jbreckmckye/electron-auth0-login instead.