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

Integration with github.com/golang/oauth2 #27

Closed ahmetb closed 10 years ago

ahmetb commented 10 years ago

Fixes #23.

rakyll commented 10 years ago

Left some comments, LGTM otherwise.

We had a plan to inject a oauth2.Transport rather than tokens, but it can wait.

rakyll commented 10 years ago

Yay, merging! Thanks much.