Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

devise_token_auth

We want to accept sponsorship from companies and individuals so that we can pay contributors.
Collective - Host: opensource - https://opencollective.com/devise_token_auth - Code: https://github.com/lynndylanhurley/devise_token_auth

perf(update_auth_header): only lock the resource if we are rotating tokens and need to worry about contention

github.com/lynndylanhurley/devise_token_auth - 3c4c16709a3bacbd4725e0e3836b18eeeb25206a authored over 9 years ago by Brent Dearth <[email protected]>
fix(email-validation): Simplify default in-use email validation message during registration to allow full_message use

Currently, if you have an email validation error during registration, you get a `full_message` r...

github.com/lynndylanhurley/devise_token_auth - 2427af688033ad3bc8386139b12c06df77af6100 authored over 9 years ago by Brent <[email protected]>
fix(session#new): unset client_id to avoid unhandled 500 server error caused by logging in with valid user, bad password, and DeviseTokenAuth.change_headers_on_each_request = false

github.com/lynndylanhurley/devise_token_auth - e903d89c8348a0fb7ba8c40cf79db16074e86971 authored over 9 years ago by ann_lewis <[email protected]>
feat(ominauth): support json-formatted values in omniauth callback. Fixes #221

github.com/lynndylanhurley/devise_token_auth - 5f18c3af0092376ea7eb33a725d32b57d34d5228 authored over 9 years ago by Nate Brustein <[email protected]>
fix(sessions controller): call reset_session on destroy

github.com/lynndylanhurley/devise_token_auth - 789c5ccf473ff79e834c793a5a97d5e247d0cfe2 authored over 9 years ago by Nate Brustein <[email protected]>
fix(resource_class): support optional mapping property from set_user_by_token

github.com/lynndylanhurley/devise_token_auth - f9fcb0842222fda925e16c59d8c8d41d357dda01 authored over 9 years ago by Brent Dearth <[email protected]>
Allow current_password to be supplied when updating profile.

github.com/lynndylanhurley/devise_token_auth - d07eca5997c55fd61e6d5c857a23659251d8505f authored over 9 years ago by Jason Swett <[email protected]>
fixes password reset when not using confirmable

github.com/lynndylanhurley/devise_token_auth - 9b41f0cfef8a4516d69360f5d7f5e3919bb58532 authored over 9 years ago by Aaron Snyder <[email protected]>
Fix error when email missing from registration

github.com/lynndylanhurley/devise_token_auth - be4a7eaa414c8899f015b4b8d2c32fafbe42be15 authored over 9 years ago by Ian Young <[email protected]>
Update README.md

Update callouts

github.com/lynndylanhurley/devise_token_auth - a561a9b74bd8f6eb957bc54a5ee3aa3714bcfc8e authored over 9 years ago by Lynn Dylan Hurley <[email protected]>
Merge pull request #204 from mchavarriagam/issue/203

Return 422 (was 500) when empty body for sign up and account update. Fixes #203

github.com/lynndylanhurley/devise_token_auth - 16d19936969a25ff104dddd0aa007d31f79bb88e authored over 9 years ago by Lynn Dylan Hurley <[email protected]>
Merge pull request #207 from sgwilym/super-block-yield

Super block yield

github.com/lynndylanhurley/devise_token_auth - f2964068fb205b45caa04ace806e1524b002bb74 authored over 9 years ago by Lynn Dylan Hurley <[email protected]>
Merge pull request #206 from lda/ability_to_localize_error_message

Ability to localize error message

github.com/lynndylanhurley/devise_token_auth - 852912c93dcf7df8df4d7494fc5d57f10cd105bc authored over 9 years ago by Lynn Dylan Hurley <[email protected]>
Add block yielding to RegistrationsController

Allows you to make super simple additions to the
RegistrationsController without having to reimp...

github.com/lynndylanhurley/devise_token_auth - e6a0f8829dae76e357d50a2d2673e199c195ca29 authored over 9 years ago by Samuel Gwilym <[email protected]>
Ability to localize error message

Gem users must have ability to localize error messages.
So to localize error, simply put your te...

github.com/lynndylanhurley/devise_token_auth - 7a6fea6baaa4801b9535a494b4b5bff351634a85 authored over 9 years ago by Dmitry Lihachev <[email protected]>
remove fragment sign ("#") from URLs without fragment

github.com/lynndylanhurley/devise_token_auth - 05f6ddec99dc9126c31d96f7cfc722b8074c1e59 authored over 9 years ago by tomdov <[email protected]>
Returning 422 instead of 500 when empty body request for sign up and account update.

github.com/lynndylanhurley/devise_token_auth - 180d69e090e43443197b9d60387f8c02fa8365ad authored over 9 years ago by Mauricio Chavarriaga <[email protected]>
Users with allowed unconfirmed access can now log in successfully.

github.com/lynndylanhurley/devise_token_auth - 269e0235ea5a7f2aaa239b3dcbb3e876fcc4d61d authored over 9 years ago by Michael Colavita <[email protected]>
Update README.md

github.com/lynndylanhurley/devise_token_auth - dae8106e0a74d1bdb86459025e0464bd59b270ca authored over 9 years ago by Lynn Dylan Hurley <[email protected]>
Merge pull request #200 from nickL/master

Authenticating an existing Warden/Devise User

github.com/lynndylanhurley/devise_token_auth - 783fbcdd4d746b0d9eaf790d29b0109f212a66ed authored over 9 years ago by Lynn Dylan Hurley <[email protected]>
Checking for a user in warden/devise session before passing through to token auth.

github.com/lynndylanhurley/devise_token_auth - 39dedf082f40a6e9f242daf7413cb5964b97d564 authored over 9 years ago by Nick Lewis <[email protected]>
Update README.md

Add links to jToker in docs

github.com/lynndylanhurley/devise_token_auth - 2f9488a58f9a7b16f0d1a8a63b7e7c7c8549ecff authored over 9 years ago by Lynn Dylan Hurley <[email protected]>
misc fixes for jToker compatibility

github.com/lynndylanhurley/devise_token_auth - 64b0a5f29f28e81a4f5879c990d5c3ec10830ff0 authored over 9 years ago by Lynn Hurley <[email protected]>
be more helpful when people GET sign_in than raising a vague exception.

github.com/lynndylanhurley/devise_token_auth - 3b753800470e8510490ee46f8ff6615cb4589d92 authored almost 10 years ago by Miles Matthias <[email protected]>
the result of running

github.com/lynndylanhurley/devise_token_auth - 7a15aa4a1fb6dc719f05c178467bbf926480289b authored almost 10 years ago by Miles Matthias <[email protected]>
add test to confirm that + sign works in email addresses. fixes #171

github.com/lynndylanhurley/devise_token_auth - da97c90c69ac6f578bc9c22468a38fac91244f90 authored almost 10 years ago by Lynn Hurley <[email protected]>
allow default email confirmation and password reset confirmation redirect urls. fixes #176

github.com/lynndylanhurley/devise_token_auth - 0b8ad52dfa60b9a99f56f218648f85ea7dccfebc authored almost 10 years ago by Lynn Hurley <[email protected]>
Update README.md

Add @tbloncar to callouts list

github.com/lynndylanhurley/devise_token_auth - 549f42ff4bd78ca07cc9e113639a42a4f419dbba authored almost 10 years ago by Lynn Dylan Hurley <[email protected]>
Merge pull request #179 from tbloncar/master

Ignore 'extra' in Twitter auth response to avoid CookieOverflow. Fixes #145.

github.com/lynndylanhurley/devise_token_auth - 2a36a7ec9c3add29e457e80cb0429f836cb4f1ae authored almost 10 years ago by Lynn Dylan Hurley <[email protected]>
Ignore 'extra' in Twitter auth response to avoid CookieOverflow. Fixes #145.

github.com/lynndylanhurley/devise_token_auth - dceb6222f9e2ce272daf5d32e6f5fc49a40f5a30 authored almost 10 years ago by Travis Loncar <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

github.com/lynndylanhurley/devise_token_auth - be3acf651723a8ed8f5ae22101b9495ff005f312 authored almost 10 years ago by Lynn Hurley <[email protected]>
use token_validation_response method for sign_in response

github.com/lynndylanhurley/devise_token_auth - 288af2f6559bbc28582a656b63b1ce9408083040 authored almost 10 years ago by Lynn Hurley <[email protected]>
Update README.md

Add FAQ item for use with ActiveAdmin. References #156

github.com/lynndylanhurley/devise_token_auth - e7433ede0c37205d6f0dcab220dee4ead16fb540 authored almost 10 years ago by Lynn Dylan Hurley <[email protected]>
Merge pull request #152 from nicolas-besnard/AsJsonOnRegistration

Some missing as_json ?

github.com/lynndylanhurley/devise_token_auth - dbacee6ec4906ccd5c15ccc2126ce64f33397418 authored almost 10 years ago by Lynn Dylan Hurley <[email protected]>
Merge pull request #150 from nicolas-besnard/EmailValidation

Check email format on registration

github.com/lynndylanhurley/devise_token_auth - 2c4931f6cb773a4b77f1b955bc76c8c218809867 authored almost 10 years ago by Lynn Dylan Hurley <[email protected]>
Some missing as_json ?

github.com/lynndylanhurley/devise_token_auth - b7daf4ffebc3a3fbc7e300dffdf2a40adfa46070 authored almost 10 years ago by Nicolas Besnard <[email protected]>
Check email format on registration

github.com/lynndylanhurley/devise_token_auth - 0f494adad36d5ea019ac3ca66904c991c7b3903d authored almost 10 years ago by Nicolas Besnard <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

github.com/lynndylanhurley/devise_token_auth - ef33757f690a6b31df33552ac806f9c53025206e authored almost 10 years ago by Lynn Hurley <[email protected]>
add issue reporting guidelines

github.com/lynndylanhurley/devise_token_auth - 9a771ec02b458dfc9f2b41e3515c909d938e5aad authored almost 10 years ago by Lynn Hurley <[email protected]>
Merge pull request #143 from ragaskar/patch-1

Actual header key uses dashes, not underscores.

github.com/lynndylanhurley/devise_token_auth - a248eaad41ee8c43638e9afb4018369a2118573b authored almost 10 years ago by Lynn Dylan Hurley <[email protected]>
Actual header key uses dashes, not underscores.

Fix typos in README (helpful to folks hand-rolling clients).

github.com/lynndylanhurley/devise_token_auth - 1135c4989e5e89e79be446cee3c3a5fae7f85614 authored almost 10 years ago by Rajan Agaskar <[email protected]>
fix generator tests

github.com/lynndylanhurley/devise_token_auth - 7adc6d15c33baa6cba728f68dfe00b1d483ded6d authored almost 10 years ago by Lynn Hurley <[email protected]>
update mount point examples to new format

github.com/lynndylanhurley/devise_token_auth - ac8b39ac6eecd8b36281358b6cbf4fc3348e6b59 authored almost 10 years ago by Lynn Hurley <[email protected]>
updaet contributors list

github.com/lynndylanhurley/devise_token_auth - 7a00a98b89a4214df8d84140e751fd77c48f0c05 authored almost 10 years ago by Lynn Hurley <[email protected]>
allow authentication using `authentication_keys` value instead of just `email`

github.com/lynndylanhurley/devise_token_auth - 2af3dd2dae9fad8fa32e6f9440b5816f7cdaf14f authored almost 10 years ago by Lynn Hurley <[email protected]>
Merge branch 'UsernameRegisterLogin' of https://github.com/nicolas-besnard/devise_token_auth into nicolas-besnard-UsernameRegisterLogin

github.com/lynndylanhurley/devise_token_auth - b5b0be1c90b93df59deee0a7b05f6afec489c5e2 authored almost 10 years ago by Lynn Hurley <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

github.com/lynndylanhurley/devise_token_auth - 582ecf93f789a8335ff04d739c7dc20f6d9d6711 authored almost 10 years ago by Lynn Hurley <[email protected]>
accept auth data as params in addition to headers

github.com/lynndylanhurley/devise_token_auth - 0d4de710e3705beaf6843b7ed11034f34b324d45 authored almost 10 years ago by Lynn Hurley <[email protected]>
Refactor and fix mysql error

github.com/lynndylanhurley/devise_token_auth - 65f4077da078f4a8515b1c91f610427c687c337d authored almost 10 years ago by Nicolas Besnard <[email protected]>
Refactor to use custom authentication_keys

github.com/lynndylanhurley/devise_token_auth - 10fefd8cd7265adf6278ac2dfc31e51662fb9000 authored almost 10 years ago by Nicolas Besnard <[email protected]>
* Refactor on SessionsController

* Clean useless function in User concer
* Delete references to 'login'

github.com/lynndylanhurley/devise_token_auth - 3a44f924e1996704e2d7908d1bda5c539ce78615 authored almost 10 years ago by Nicolas Besnard <[email protected]>
Delete unwanted space

github.com/lynndylanhurley/devise_token_auth - 83590a38f8a4cf6e86929f9daf840b6e8bced24e authored almost 10 years ago by Nicolas Besnard <[email protected]>
Add login with username

github.com/lynndylanhurley/devise_token_auth - 179c7c734abe9a11c755e48e09c88c4b86d8d1f0 authored almost 10 years ago by Nicolas Besnard <[email protected]>
Implementation of username login according to Wiki

github.com/lynndylanhurley/devise_token_auth - 24a3b1e852fae4e5cbd47951cce67678e9321cf1 authored almost 10 years ago by Nicolas Besnard <[email protected]>
Merge pull request #125 from nicolas-besnard/ConfirmationOmniauth

Check if confirmable is active before skipping confirmation

github.com/lynndylanhurley/devise_token_auth - b40c23349f1970d317dc1b89c7f6fafaed34c4bc authored almost 10 years ago by Lynn Dylan Hurley <[email protected]>
Check if confirmable is active before skipping confirmation

github.com/lynndylanhurley/devise_token_auth - 9bc64e4745112e1c32ada8294c25c417870e8a65 authored almost 10 years ago by Nicolas Besnard <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

github.com/lynndylanhurley/devise_token_auth - 34fd38984946489ef9eb33b026fe8e0e80846c92 authored almost 10 years ago by Lynn Hurley <[email protected]>
add `token_validation_response` method to user concern

github.com/lynndylanhurley/devise_token_auth - 9dbc719925b37de64d6062fac18469ed6ee408ae authored almost 10 years ago by Lynn Hurley <[email protected]>
Merge pull request #117 from Le6ow5k1/fix_readme

Fix links to section about controller integration.

github.com/lynndylanhurley/devise_token_auth - 3a20f709368a2aac2f2f99671649224358165cbe authored almost 10 years ago by Lynn Dylan Hurley <[email protected]>
Fix links to section about controller integration.

github.com/lynndylanhurley/devise_token_auth - b6c7cecd8704dc1226ddb2d06599cc32bce84ea4 authored almost 10 years ago by Le6ow5k1 <[email protected]>
Merge pull request #113 from lukaselmer/patch-1

document GET for /validate_token

github.com/lynndylanhurley/devise_token_auth - f3ef5f09a26ecc000991aa219f20e2963f738184 authored almost 10 years ago by Lynn Dylan Hurley <[email protected]>
document GET for /validate_token

See https://github.com/lynndylanhurley/devise_token_auth/blob/master/lib/devise_token_auth/rails...

github.com/lynndylanhurley/devise_token_auth - a5ef9c51b058bd8d4fdd7aca5d2bf90ea5c11025 authored almost 10 years ago by Lukas Elmer <[email protected]>
fix possible sql injection vulnerability

github.com/lynndylanhurley/devise_token_auth - b1aad9322726dce5a1ce4a3ba60339247c07b404 authored almost 10 years ago by Lynn Hurley <[email protected]>
[bugfix] date comparison with ruby 1.9.3

github.com/lynndylanhurley/devise_token_auth - 82b91fcf69abedc70d36889c14c7261209d1aad4 authored almost 10 years ago by Lynn Hurley <[email protected]>
v0.1.31.beta7. fixes #90

github.com/lynndylanhurley/devise_token_auth - 9634a823af50d95771b02c8d39b6a131e03ab0b1 authored almost 10 years ago by Lynn Hurley <[email protected]>
fix testing issue with symbol / string token hash access

github.com/lynndylanhurley/devise_token_auth - 3042b2a622815bdd91b14516ae6ba96288337daa authored almost 10 years ago by Lynn Hurley <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

github.com/lynndylanhurley/devise_token_auth - a5f4efba9be8b93309d3e198df6df6981be8c9ef authored almost 10 years ago by Lynn Hurley <[email protected]>
[wip] force use of vanilla OmniAuth as :omniauthable does not support multiple models.

github.com/lynndylanhurley/devise_token_auth - c3ea125e3f89339c06554131afa2accaeb7a7957 authored almost 10 years ago by Lynn Hurley <[email protected]>
[wip] force use of vanilla OmniAuth as :omniauthable does not support multiple models.

github.com/lynndylanhurley/devise_token_auth - 9ca1fd83371420e9f938c26f2b3a93a43793b588 authored almost 10 years ago by Lynn Hurley <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

github.com/lynndylanhurley/devise_token_auth - b18b56c0af8270ec8df067c1fbfa9b1dd94ec451 authored almost 10 years ago by Lynn Hurley <[email protected]>
[wip] - squash me

github.com/lynndylanhurley/devise_token_auth - a1e44213010239cbc1d79516b7507acd4d8e3d71 authored almost 10 years ago by Lynn Hurley <[email protected]>
program apps: search, pagination, ordering all work together

github.com/lynndylanhurley/devise_token_auth - 62041b6283a0fe882950f94e58890bf79c3f1237 authored almost 10 years ago by Lynn Hurley <[email protected]>
unnest token validation, omniauth callback routes. references #101

github.com/lynndylanhurley/devise_token_auth - 4754092d93e153eb28a7509aa65fc14ab6bc18be authored almost 10 years ago by Lynn Hurley <[email protected]>
routes: forward ":skip" param to devise_for. fixes #97

github.com/lynndylanhurley/devise_token_auth - a11e877b99ca8a2067c91b8c928ab8a8873cdbd7 authored almost 10 years ago by Lynn Hurley <[email protected]>
upgrade to rails 4.2

github.com/lynndylanhurley/devise_token_auth - 4ac8060912399edf0d0a0990bc4a3005da43c053 authored almost 10 years ago by Lynn Hurley <[email protected]>
update namespace test. references #96

github.com/lynndylanhurley/devise_token_auth - 60775e6a8129a5b2ea312e53851a2bbaf18d12ec authored almost 10 years ago by Lynn Hurley <[email protected]>
Merge branch 'master' of https://github.com/lynndylanhurley/devise_token_auth

github.com/lynndylanhurley/devise_token_auth - b732ece4d6bcd45ca7f9e4d2c3e6d218b2ef53c5 authored almost 10 years ago by Lynn Hurley <[email protected]>