Best approach for using Auth0 with Electron

Hi everyone,

I followed this tutorial from the official blog to add authentication to my Electron + Vue app and it works fine, but now I’m facing some issues with loading the callback file/URL in Electron when updating from v6 to the latest version.

Are there risks when handling the entire authentication flow on the Vue side in Electron with the @auth0/auth0-spa-js plugin as described here?

Thanks!

A post was merged into an existing topic: Electron Tutorial: Building Modern Desktop Apps with Vue.js