brendanhay / gogol

A comprehensive Google Services SDK for Haskell.
Other
280 stars 105 forks source link

Allow for user to provide redirectURI for OAuthClient #168

Open kayvank opened 3 years ago

kayvank commented 3 years ago

Allow for user to provide a callback url as outlined in google oauth dos: Currently the redirectURI, callback, is a hard-coded value of: callback, redirectURI

Allow the user to provide their own callback. This will allow the users to avoid the manual cut/paste of the oAuth code and provide a smoother user interface. If accepted, I'll be happy to work on this task