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,862 of 193,154
Downloads: 9,098

Daily

Ranking: 78,136 of 193,130
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,328,220,070rake
44747,647,011rails
118397,810,278webmock
122387,010,001rspec-rails
182278,530,404devise
193261,375,383oauth2
201258,174,169shoulda-matchers
279183,691,236sqlite3
78070,797,991factory_girl
24,09864,369factory_girl_rspec

Owners

#GravatarHandle
1iconmleglise