title | name | alias | language | framework | hybrid | image | tags | snippets | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Electron Tutorial |
Electron |
|
|
|
false |
|
|
::: panel-info System Requirements This tutorial and seed project have been tested with the following:
- NodeJS 5.0.0
- Electron 0.36.7 :::
<%= include('../_includes/_package', { pkgRepo: 'auth0-electron', pkgBranch: 'master', pkgPath: null, pkgFilePath: null, pkgType: 'js' }) %>
Otherwise, if you already have an existing application, please follow the steps below.
Go to the Application Settings section in your Auth0 dashboard and make sure that the Allowed Callback URLs field contains the following values:
https://${account.namespace}/mobile, file:///
Add Auth0Lock to your index.html
file and set the viewport.
${snippet(meta.snippets.dependencies)}
You can copy auth0-electron.js
from GitHub or download it with the seed project from the link above.
You can use any front end technology you like in your Electron application. We support the following:
You have completed the implementation of Auth0 in your Electron app. Congrats!