jbreckmckye / electron-auth0-login

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

Fix logout issue #27

Closed jbreckmckye closed 3 years ago

jbreckmckye commented 3 years ago

This is a bit embarassing - apparently logout has been broken for ages.

Anyway, this fixes it by calling the logout endpoint, which clears the appropriate cookies (rather than just forgetting the session tokens in JS).