martini-contrib / oauth2

[not maintained] Allows your Martini application to support user login via an OAuth 2.0 backend.
Apache License 2.0
125 stars 47 forks source link

Golang OAuth2 API changed. go get fails #48

Open boopathi opened 9 years ago

boopathi commented 9 years ago

https://github.com/golang/oauth2/commit/a568078818bb97b96ee7c7829b4575b81d4684f1

oauth2.Options is changed to oauth2.Config and oauth2.Option seems deprecated.

weslleyandrade commented 9 years ago

I made a new pull request to fix. #45 suggest await the decision of @rakyll.

tolgaio commented 9 years ago

:+1: