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

Adding OAuth 2.0 middleware to allow logins via OAuth 2.0 providers #1

Closed rakyll closed 10 years ago

codegangsta commented 10 years ago

Awesome work on this! I will take a look at this very soon. I'm excited to merge this in

rakyll commented 10 years ago

@codegangsta, on the other hand, we should encounter to merge this package with sessionauth some time in the future. There are too many auth packages with different interfaces, but provides similar functionality.

codegangsta commented 10 years ago

@rakyll Totally. @rday what do you think about having a common auth interface in the auth package? This way the other auth packages can unify on the same interface

codegangsta commented 10 years ago

I'm going to go ahead and merge this for now. And we can call it a work in progress.

codegangsta commented 10 years ago

@rakyll I added you on to the oauth team so you can update this package as you please. In the meantime I think it will be valuable for us to unify interfaces between sessionauth and oauth2. I will file an issue in the other repository