Categories: None [Edit]

devise_oauth_token_authenticatable

https://rubygems.org/gems/devise_oauth_token_authenticatable
https://github.com/mleglise/devise_oauth_token_authenticatable
There are plenty of gems out there that deal with being an OAuth2 "consumer", where you redirect users to an OAuth2 "provider", allowing you to hand off authentication to a separate service. There are also plenty of gems that set you up as your own OAuth2 provider. ***BUT***, what happens when you want to separate your "authentication" server from your "resource" server? This gem is meant to be used on an API "resource" server, where you want to accept OAuth Access Tokens from a client, and validate them against a separate "authentication" server. This communication is outside the scope of the official OAuth 2 spec, but there is a need for it anyway.

Total

Ranking: 96,048 of 196,721
Downloads: 9,202

Daily

Ranking: 58,818 of 196,694
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,410,641,125rake
45786,959,286rails
117422,455,379webmock
124407,102,375rspec-rails
181295,105,820devise
197276,217,660oauth2
199272,584,641shoulda-matchers
284194,725,346sqlite3
80071,714,846factory_girl
24,43465,412factory_girl_rspec

Owners

#GravatarHandle
1iconmleglise