Categories: None [Edit]
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,613 of 183,107
Downloads: 8,423
Daily
Ranking: 86,038 of 183,092
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
10 | 953,844,246 | rake |
41 | 565,217,426 | rails |
116 | 294,635,586 | rspec-rails |
120 | 287,730,873 | webmock |
170 | 213,839,938 | devise |
185 | 196,106,434 | oauth2 |
193 | 190,759,463 | shoulda-matchers |
253 | 141,523,763 | sqlite3 |
643 | 66,530,423 | factory_girl |
22,348 | 59,903 | factory_girl_rspec |
Owners
# | Gravatar | Handle |
---|---|---|
1 | mleglise |