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: 94,137 of 191,663
Downloads: 9,035

Daily

Ranking: 59,800 of 191,631
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,279,267,565rake
44728,667,530rails
117385,588,049webmock
122377,093,875rspec-rails
181270,685,424devise
193254,621,025oauth2
197251,006,021shoulda-matchers
278178,042,979sqlite3
77170,243,353factory_girl
23,78963,804factory_girl_rspec

Owners

#GravatarHandle
1iconmleglise