opperator / warden-oauth2

Extends Warden to handle OAuth 2.0 authorized API requests.
85 stars 26 forks source link

Added gem on RubyGems.org #5

Open seanmoon opened 11 years ago

seanmoon commented 11 years ago

I've got a Rails app that uses Devise with a Grape API mounted in it. I'd like to leverage the existing Warden code rather than go with a different Rack/OAuth solution. Doorkeeper doesn't look appropriate because I need to authorize stuff in my Grape API. This gem looks like the right thing, yes?

However, it looks like there's no gem published to Rubygems. I've pushed it up there and added you as an owner. If you'd like to remove me or the gem let me know.

https://rubygems.org/gems/warden-oauth2

Thanks for making this.

Sean

rngtng commented 9 years ago

It looks like https://github.com/airservice/warden-oauth2 is the project to use, published at rubygems as https://rubygems.org/gems/warden-oauth2-strategies. Could you please add a deprecation message to help people finding the latest code faster?