electron-oauth2
electron-oauth2 copied to clipboard
A library to handle OAuth2 authentication for your Electron app.
Why OAuth?
Why would you authenticate a public client with OAuth? You have nowhere to hide the client secret so in the end everyone has access to all the data of all...
I have been playing around with this lib and took the code from the example in thee Readme. After adding all of the config, Im still getting a failure after...
https://github.com/mawie81/electron-oauth2/issues/27
### Clear storage data Be able to clear cache
In my case I get 'will-navigate' and a 'did-get-redirect-request' which means ```onCallback``` is called a second time. Resolving a promise a second time does not harm, but the window is...
I modified `electronOauth2(config, windowParams)` and added a new parameter `customConfig`. This argument accepts object. It is then used to append to the request url as query string. I made this...
- When trying to use the Microsoft(azure/graph) oAuth, the BrowserWindow would trigger the two events, leading to the module trying to close the Window twice causing an error. - Again...
Hi, thank you for this excellent library. It helped me a ton. It's a great reference for how to do OAuth2 in Electron, and it works out of the box...
The original code does not work in the case of brokered OIDC as it just looks for the grant code to show up as url param in one of the...
I'm trying to use the library to process OAuth2 requests for Mixer.com. Mixer allows you to sign in with a Microsoft, Twitter or Discord account. The electron-oauth2 window will authenticate...