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: 90,756 of 183,477
Downloads: 8,457

Daily

Ranking: 41,916 of 183,470
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
10969,073,546rake
41573,259,067rails
116299,343,940rspec-rails
120292,406,385webmock
171217,313,552devise
185199,462,948oauth2
192194,257,022shoulda-matchers
259143,118,777sqlite3
65366,766,849factory_girl
22,42160,048factory_girl_rspec

Owners

#GravatarHandle
1iconmleglise