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: 95,892 of 196,125
Downloads: 9,195

Daily

Ranking: 49,580 of 196,106
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,394,381,169rake
45778,702,380rails
117417,186,755webmock
123403,200,482rspec-rails
182292,265,223devise
197273,273,434oauth2
199269,839,805shoulda-matchers
281192,458,273sqlite3
79771,617,223factory_girl
24,40165,239factory_girl_rspec

Owners

#GravatarHandle
1iconmleglise