mawie81 / electron-oauth2

A library to handle OAuth2 authentication for your Electron app.
MIT License
99 stars 56 forks source link

Update index.js to allow custom configurations #24

Open kennethnym opened 7 years ago

kennethnym commented 7 years ago

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 request because some APIs require some additional parameters in order to request an authorization code. New: electronOauth2(config, windowParams, customConfig)

kennethnym commented 6 years ago

Hello? Is this repository still being maintained?