You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for a great library!
I've wanted to override the auth endpoint urls for testing/mocks. Gogol provides this ability for services via ServiceConfig. I was thinking of adding a similar feature to Auth. Would this be ok, or would you prefer a different way for overriding tokenRequest and accountsRequest (https://github.com/brendanhay/gogol/blob/develop/gogol/src/Network/Google/Internal/Auth.hs#L261-L287)?
Cheers!
The text was updated successfully, but these errors were encountered:
Hi, Thanks for a great library!
I've wanted to override the auth endpoint urls for testing/mocks.
Gogol
provides this ability for services viaServiceConfig
. I was thinking of adding a similar feature toAuth
. Would this be ok, or would you prefer a different way for overridingtokenRequest
andaccountsRequest
(https://github.com/brendanhay/gogol/blob/develop/gogol/src/Network/Google/Internal/Auth.hs#L261-L287)?Cheers!
The text was updated successfully, but these errors were encountered: