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
Good point, thanks @tyamell. You can work around this if you create a subclass of GitHubProvider and override the value there. Then register your implementation in RuntimeEnvironment instead of the default one.
I'm trying to use securesocial with an enterprise version of Github. Because the get authenticated user URL is hard coded https://github.com/jaliss/securesocial/blob/master/module-code/app/securesocial/core/providers/GitHubProvider.scala#L33
The library doesn't work. It would be create if that URL was configurable like the other URLs.
The text was updated successfully, but these errors were encountered: