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,077 of 193,649
Downloads: 9,110

Daily

Ranking: 95,690 of 193,618
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,345,057,418rake
44754,899,034rails
118402,488,411webmock
122390,957,227rspec-rails
181282,300,527devise
196264,259,831oauth2
200261,040,766shoulda-matchers
279185,860,994sqlite3
78771,019,954factory_girl
24,17364,520factory_girl_rspec

Owners

#GravatarHandle
1iconmleglise