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: 92,860 of 187,950
Downloads: 8,913

Daily

Ranking: 112,619 of 187,922
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,176,878,843rake
43684,409,127rails
114360,158,031webmock
116356,909,233rspec-rails
177256,498,265devise
194239,769,897oauth2
198235,586,624shoulda-matchers
275167,243,038sqlite3
75168,958,323factory_girl
23,37462,715factory_girl_rspec

Owners

#GravatarHandle
1iconmleglise