auth0-electron-samples
auth0-electron-samples copied to clipboard
Does this use the PKCE grant flow?
Hi! :)
I am looking to implement Auth0 Lock in my Electorn app, and was looking through this sample. But had two questions.
- For Electron Apps, what is the appropriate grant type to use (Regular Authorization Code, PKCE or Implicit?)
- Which grant type does Lock implement for Electron clients?
Thanks
Tony
You should be able to use https://github.com/jbreckmckye/electron-auth0-login instead.