mawie81 / electron-oauth2

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

added proper url parsing #6

Closed lucasjahn closed 8 years ago

lucasjahn commented 8 years ago

I just added the url node module to parse the url properly and seperate the code parameter out. I had the issue that in my case I got 2 parameters back and the regex didn't separated those 2 parameters like they should.

mawie81 commented 8 years ago

Thanks 😄