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: 92,129 of 186,715
Downloads: 8,682
Daily
Ranking: 102,910 of 186,700
Downloads: 3
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 | 1,127,274,939 | rake |
43 | 658,205,959 | rails |
116 | 345,964,837 | webmock |
117 | 344,860,065 | rspec-rails |
175 | 248,284,375 | devise |
192 | 230,757,106 | oauth2 |
196 | 226,657,986 | shoulda-matchers |
276 | 160,871,323 | sqlite3 |
734 | 68,332,662 | factory_girl |
23,124 | 61,528 | factory_girl_rspec |
Owners
# | Gravatar | Handle |
---|---|---|
1 | mleglise |