https://github.com/maxnowack/electron-auth-with-meteor
Example electron app, to show how to authenticate in a window and send the meteor login token to another window
https://github.com/maxnowack/electron-auth-with-meteor
Last synced: 10 months ago
JSON representation
Example electron app, to show how to authenticate in a window and send the meteor login token to another window
- Host: GitHub
- URL: https://github.com/maxnowack/electron-auth-with-meteor
- Owner: maxnowack
- License: mit
- Created: 2016-04-28T17:39:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T07:15:37.000Z (over 9 years ago)
- Last Synced: 2025-03-15T12:14:12.471Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Example electron app, to show how to authenticate in a window and send the meteor login token to another window
* entry point: `main.js`
* the control window: `control.html`
* the login window: `app.html`