An open API service indexing awesome lists of open source software.

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

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`