All Versions
26
Latest Version
Avg Release Cycle
91 days
Latest Release
1048 days ago

Changelog History
Page 3

  • v0.1.37.beta3 Changes

    October 27, 2015

    Full Changelog

    Closed issues:

    • Password Reset question, do I need my own form? #418
    • seeing other users data after login/out with different users on ionic #375
  • v0.1.37.beta2 Changes

    October 25, 2015

    Full Changelog

    Closed issues:

    • The validate_token function in the readme is missing a parameter #413

    ๐Ÿ”€ Merged pull requests:

  • v0.1.37.beta1 Changes

    October 25, 2015

    Full Changelog

    Closed issues:

    • Large Size on Disk #415
    • Cannot migrate database: NoMethodError: undefined method `new' for DeviseTokenAuth:Module #406
    • uninitialized constant DeviseTokenAuth::OmniauthCallbacksController::BCrypt #393
    • Devise token auth not found routing error #379
    • undefined method `match' for nil:NilClass #201

    ๐Ÿ”€ Merged pull requests:

  • v0.1.36 Changes

    October 13, 2015
  • v0.1.35 Changes

    October 13, 2015

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • Generator doesn't work correctly with mongoid and/or rails-api #14

    Closed issues:

    • Multiple users, returning(and creating) wrong model's auth token #399
    • Sign in not success. #388
    • Defining a custom primary key #378
    • omniauth: when redirecting, user object should not be serialized into url #368
    • getting ng-token-auth and devise_token_auth to work with OAuth in ionic InAppBrowser #367
    • ๐Ÿ‘‰ invalid token in method set_user_by_token on RegistrationsController#update #357
    • Allow devise patch version updates #351
    • Error validating token #348
    • Allow for HTTP Basic Auth ? #337
    • Allow Omniauth user reset password #335
    • NameError (uninitialized constant DeviseTokenAuth::Concerns::User::BCrypt) #333
    • Unpermitted parameters: format, session #328
    • devise token auth + Save Facebook auth_hash info in database #326
    • Error sending password reset email when not using confirmable (reopened #124) #321
    • Facebook omniauth redirection is missing url when testing on localhost #285
    • Failure route not handled #262
    • Unable to override OmniauthCallbacksController#redirect_callbacks #186

    ๐Ÿ”€ Merged pull requests:

    • Added polish translation. #405 (h3xed)
    • Implement hook methods for customized json rendering #384 (neutronz)
    • fix(oauth): fixes #368: do not serialize the entire user object in the url when redirecting from oauth #371 (nbrustein)
    • Add a Gitter chat badge to README.md #360 (gitter-badger)
    • Improvements to the docs. #358 (aarongray)
    • Add description to readme about the devise.rb initializer. #356 (aarongray)
    • Correct handling namespaced resources #355 (yivo)
    • Fix concern not being inserted for rails-api apps. #350 (aarongray)
    • Add documentation to explain gotcha with rails-api. #349 (aarongray)
    • Fully support OmniauthCallbacksController action overrides. Fixes #186. #347 (tbloncar)
    • #340 Restrict access to controllers methods #341 (gkopylov)
    • fix(omniauth): fix error in setting text on redirect page #336 (nbrustein)
    • Fix invalid omniauth redirect #322 (troggy)
  • v0.1.34 Changes

    August 10, 2015

    Full Changelog

    Implemented enhancements:

    • Rails generator to update views #33
    • Extract Omniauth attributes assignation into a method #31

    ๐Ÿ›  Fixed bugs:

    • Generator issues #13

    Closed issues:

    • Routing error / Preflight request / OPTIONS #320
    • Can't authorize (user_signed_in? always show false) #315
    • Warden::SessionSerializer - wrong number of arguments (2 for 1) #312
    • Having 401 Unauthorized only with mobile #305
    • remove unused nickname, image from user object #304
    • HI, This is more of a doubt since I could not finding anything related to this in your documentation. #300
    • Getting 401's when making requests using iOS/Android clients #299
    • Confirmation URL giving bad arguments #293
    • ๐Ÿ‘‰ set_user_by_token not called in overriden controller #291
    • Question: Should we send password reset instructions to unconfirmed emails? #287
    • No route matches [GET] "/users/facebook/callback" #280
    • No route matches [GET] "/omniauth/:provider" #278
    • How to refresh token/expiry? #275
    • wrong number of arguments (1 for 0): in DeviseTokenAuth::RegistrationsController#create #274
    • Can not save a user with nil tokens attribute #271
    • Shouldn't validate_token param be access-token, not auth_token? #270
    • include associations on login #269
    • Getting Unauthorized error even after sending the correct token, uid and client #261
    • Weird error message #259
    • undefined method `provider' for #<User:0x007f49fd5da2e8> #257
    • File download with query params #246
    • Info: is devise_token_auth compatible with rails 3.2.19? #245
    • Headers required for different methods #243
    • Unpermitted parameters: format, session, lang #239
    • On sign_in, devise_token_auth expects the uid to be the same as the email #237
    • Name conflict with inherited_resources #236
    • sign_in will not fetch the token #234
    • Log in request 401 error #231
    • User Registration - "email address already in use" when it is unique #230
    • Devise email validation disabled...why? #229
    • confirm_success_url error not working #226
    • pending_reconfirmation called when confirmable isn't used #224
    • omniauth_success.html.erb JSON bug #221
    • Using devise_token_auth and ng_token_auth with angularJS in an Ionic Hybrid application #218
    • Where can I got token? #217
    • URI fragment prevent to send params in Confirmation URL #213
    • Limit tokens hash? #208
    • 500 error returned when no data is POSTed to registration controller #203
    • DELETE method becoming OPTIONS @ Heroku #197
    • 40 Mb log file and 1 minute to have token with curl #195
    • 401 unauthorized #193
    • ๐Ÿ‘ป GET requests to sign_in shouldn't raise an exception #190
    • Api not locked by default #189
    • Rails 4.1 #187
    • Token based authentication with no sessions #183
    • ๐Ÿ‘‰ undefined method `authenticate_user!' #182
    • confirm_success_url shouldn't be a required param #176
    • Provide an OAuth implementation for native apps #175
    • getting an argument error when trying to use omniauth #174
    • Sign in via username doesn't seem to work correctly. #173
    • Cannot use + sign in email address. #171
    • How can i authenticate using curl and get private entries ! #167
    • Pessimistic Locking produces ArgumentError #165
    • POTENTIAL SECURITY RISK: Setting confirm_success_url and redirect_url via API #162
    • Sign out just on client side ? #161
    • Unpermitted parameter: redirect_url #160
    • Issues using devise and devise_token_auth #159
    • Add role based authorization #158
    • Not compatible with ActiveAdmin #156
    • ๐Ÿ‘ [Duplicate] is devise_invitable supported? #154
    • User can register with a "false" email #149
    • /validate_token #148
    • Email confirmation link #147
    • Tokens field on database #146
    • Twitter OAuth always throughs CookieOverflow #145
    • Is there a way to configure apiUrl for both dev and prod? #144
    • Getting 401 unauthorized on login attempt #142
    • Comparing with jwt #140
    • Can't get omniauth to work (error in redirect_callbacks) #139
    • Change controller inheritance #138
    • Reset Password call returns 400 for Not Found user #137
    • The gem is too big. Please take care of it. #136
    • Error when loging with facebook the second time without logout #135
    • OmniAuth redirect doesn't work if using the generated mount_devise_token route #133
    • Missing template /omniauth_response #132
    • Unpermitted parameter: session #130
    • OAuth error: We're sorry, but something went wrong #129
    • Would it be useful to integrate login with username ? #127
    • Sign in with login instead of email #126
    • Error sending password reset email when not using confirmable #124
    • Using expired token for parallel calls #123
    • User tokens don't properly deserialize #121
    • Could not load 'omniauth' #118
    • bad argument (expected URI object or URI string) #116
    • devise_token_auth for public API, but devise for rest of app? #114
    • Omniauthable deleted on UsersConcern : Why ? #111
    • Unrequired route #110
    • raises NoMethodError instead of displaying error when email is missing #108
    • Error with RailsAdmin. "The action 'new' could not be found for DeviseTokenAuth::SessionsController" #107
    • Circular dependency detected while autoloading constant Api #106
    • Can't Authenticate via cURL #105
    • Unpermitted parameters: user, registration #104
    • BCrypt::Errors::InvalidSalt errors #103
    • Active job token expiring integration #102
    • The action 'new' could not be found for DeviseTokenAuth::RegistrationsController #100
    • Disable confirmable #99
    • responders - rails 4.2 #98
    • forward skip to devise #97
    • API versioning the devise scope of token validation and ominiauth controller path will wrap up #96
    • Overwriting default "from" email address #94
    • uninitialized constant DeviseTokenAuth #92
    • change_headers_on_each_request not working expiry header empty #90
    • Gem render consistency #87
    • Sample Sessions Controller for logging in via Rails View. #86
    • Change authorization key: Use phone_number instead of email #84
    • Conflict with active_admin gem #83
    • NoMethodError in DeviseTokenAuth::OmniauthCallbacksController#redirect_callbacks #82
    • All the APIs are getting 'Authorized users only' #81
    • Is Devise option Rememberable required ? #80
    • Problem with skip_confirmation! #78
    • Cannot reset password if registered by omniauth #77
    • NoMethodError at /omniauth/facebook/callback - undefined method `[]' for nil:NilClass #76
    • Skipping Registrations Controller Altogether #70
    • Problem in validate_token if the model is in a namespace #69
    • Cannot send confirmation email if there is no 'User' model #68
    • Better guidelines for contributors #65
    • admin namespace #63
    • Devise trackable module not working #62
    • Devise_token_auth without OmniAuth authentication #60
    • Reset Password error #59
    • Confirmable - unconfirmed email #58
    • Email Column Isn't Used for Database Authentication #56
    • Unique Key for Provider and UID Combination #55
    • User Info in separate table or removed #53
    • rename @user to @resource #48
    • Active_admin issue #47
    • Possible Logout Issue #46
    • Routes not appended to routes.rb #45
    • Return resource.errors.full_messages in addition to resource.errors #44
    • Devise and Devise_Token_Auth in api namespace #43
    • Trackable attributes are not being updated. #42
    • Avoid using respond_to in application controller #41
    • devise_token_auth assumes you want the :confirmable functionality #40
    • undefined method `match' for nil:NilClass #39
    • Expired token aren't removed when session expires #38
    • sign_up helper #37
    • self.tokens[client_id]['token'] != token #30
    • How is the uid generated for non-omniauth users? #29
    • ๐Ÿ‘‰ Access to current_user variable? #28
    • Filter chain halted as :require_no_authentication #27
    • Allow additional parameters for registration #25
    • Cannot add more parameters at sign_up #22
    • Error on Registration #21
    • Error with authentication #20
    • Cascade of Issues with Omniauth(?) #18
    • Batch Requests Respond with Original Auth Token #17
    • Sign out with email provider error #16
    • sessions_controller.rb #12
    • Github login in example is broken #10
    • Facebook auth is broken #9
    • Generator is not working #8
    • Test ticket from Code Climate #6
    • Test ticket from Code Climate #5
    • extending the devise_token_auth user model #4
    • A few ideas #3
    • Google Oauth2 does not set cookies in production. #1

    ๐Ÿ”€ Merged pull requests:

    * This Change Log was automatically generated by github_changelog_generator

    * This Change Log was automatically generated by github_changelog_generator

    * This Change Log was automatically generated by github_changelog_generator

    * This Changelog was automatically generated by github_changelog_generator