0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add suport for slim templates in consumer More... over 10 years ago
bumped to 0.5 More... over 10 years ago
Remove deprecation messages More... over 10 years ago
Fix specs More... over 10 years ago
Merge pull request #139 from RubenHoms/feature/access-token-refresh More... over 10 years ago
Merge pull request #137 from thetizzo/master More... over 10 years ago
Merge pull request #134 from jordimassaguerpla/master More... over 10 years ago
Merge pull request #123 from yann/master More... over 10 years ago
Merge pull request #140 from tomhughes/rails4 More... over 10 years ago
Replace deprecated filter method in Filter class More... over 10 years ago
Replace deprecated use of Relation#first with finder options More... over 10 years ago
Treat rails 4 the same as rails 3 More... over 10 years ago
I forgot to persist the access token in the process of updating for OAuth 2.0, now fixed (HOW DO YOU FORGET SUCH A THING!?) More... almost 11 years ago
Added fields for expired_at and expired_in to the migration. More... about 11 years ago
Made the access token refresh when necesary. It checks for the expires_in and expires_at timestamps when creating a new ConsumerToken and it gives defaults (3600 seconds, 1 hours) when none are given. It then refreshes the token and updates it in the datastore. More... about 11 years ago
Made the OAuth 2 redirect_uri param in the options hash mandatory and created a method to get it. More... about 11 years ago
Added refresh_token accessor More... about 11 years ago
Don't try and use client_application if we didn't find it (https://github.com/pelle/oauth-plugin/pull/125) More... about 11 years ago
Merged pull requests from https://github.com/pelle/oauth-plugin/pull/132 (OAuth 2 refresh tokens should now work) and https://github.com/pelle/oauth-plugin/pull/137 (allow? will now return false when the token is not found) More... about 11 years ago
return false for allow? when token is not found More... about 11 years ago
add license information to gemspece More... about 11 years ago
Update documentation to use Oauth2 provider un Rails 2.x More... over 11 years ago
bump to v 0.4.1 More... over 11 years ago
oauth2 errors should return http 400 More... over 11 years ago
support ancient oauth2 token auth header for the sake of completeness and old clients More... over 11 years ago
add devainandor's consumer token index size fix to migrations More... over 11 years ago
Merge pull request #118 from devainandor/master More... over 11 years ago
Merge pull request #116 from tomhughes/master More... over 11 years ago
Limited index length because of MySQL limitation More... almost 12 years ago
Only consider valid OAuth 1 tokens More... almost 12 years ago