All Versions
41
Latest Version
Avg Release Cycle
206 days
Latest Release
-

Changelog History
Page 1

  • v0.16.3 Changes

    • ๐Ÿ›  Fix provider instantiation for plural provider names (eg. okta) #305
  • v0.16.2 Changes

    • Inline core migration index definition #281
    • โž• Add missing remember_me attributes to config #180
    • ๐Ÿ›  Fix MongoID adapter breaking on save #284
    • Don't pass token to Slack in query params. Prevents 'invalid_auth' error #287
    • ๐Ÿ›  Fix valid_password? not using configured values when called alone #293
  • v0.16.1 Changes

    • ๐Ÿ›  Fix default table name being incorrect in migration generator #274
    • โšก๏ธ Update oauth dependency per CVE-2016-11086
  • v0.16.0 Changes

    • โž• Add BattleNet Provider #260
    • ๐Ÿ›  Fix failing isolated tests #249
    • ๐Ÿ‘Œ Support LINE login v2.1 #251
    • โšก๏ธ Update generators to better support namespaces #237
    • โž• Add support for Rails 6 #238
    • ๐Ÿ›  Fix ruby 2.7 deprecation warnings #241
    • ๐Ÿ‘‰ Use set to ensure unique arrays #233
  • v0.15.1 Changes

    • โšก๏ธ Update oauth dependency per CVE-2016-11086
  • v0.15.0 Changes

    May 02, 2020
    • ๐Ÿ›  Fix brute force vuln due to callbacks no being ran #235
    • โช Revert on_load change due to breaking existing applications #234
    • Add forget_me! and force_forget_me! test cases #216
    • In generic_send_email, check responds_to #211
    • ๐Ÿ›  Fix typo #219
    • ๐Ÿ›  Fix deprecation warnings in Rails 6 #209
    • โž• Add ruby 2.6.5 to the travis build #215
    • โž• Add discord provider #185
    • โœ‚ Remove MySQL database creation call #214
    • ๐Ÿ‘‰ Use id instead of uid for VK provider #199
    • Don't :return_t JSON requests after login #197
    • ๐Ÿ›  Fix email scope for LinkedIn Provider #191
    • Ignore cookies when undefined cookies #187
    • ๐Ÿ‘ Allow for custom providers with multi-word class names. #190
  • v0.14.0 Changes

    May 22, 2019
    • โšก๏ธ Update LinkedIn to use OAuth 2 #189
    • ๐Ÿ‘Œ Support the LINE login auth #80
    • ๐Ÿ‘ Allow BCrypt to have app-specific secret token #173
    • Add #change_password method to reset_password module. #165
    • Clean up initializer comments #153
    • Allow load_from_magic_login_token to accept a block #152
    • ๐Ÿ›  Fix CipherError class name #142
    • Fix update_failed_logins_count being called twice when login failed #163
    • โšก๏ธ Update migration templates to use new hash syntax #170
    • ๐Ÿ‘Œ Support for Rails 4.2 and lower soft-dropped #171
  • v0.13.0 Changes

    November 29, 2018
    • โž• Add support for Rails 5.2 / Ruby 2.5 #129
    • ๐Ÿ›  Fix migration files not being generated #128
    • โž• Add support for ActionController::API #133, #150, #159
    • โšก๏ธ Update activation email to use after_commit callback #130
    • Add opt-in invalidate_active_sessions! method #110
    • Pass along remember_me to #auto_login #136
    • Respect SessionTimeout on login via RememberMe #102
    • โž• Added demodulize on authentication class name association name fetch #147
    • โœ‚ Remove Gemnasium badge #140
    • โž• Add Instragram provider #51
    • โœ‚ Remove publish_actions permission for facebook #139
    • Prepare for 1.0.0 #157
    • โž• Add Auth0 provider #160
  • v0.12.0 Changes

    April 23, 2018
    • Fix magic_login not inheriting from migration_class_name #99
    • โšก๏ธ Update YARD dependency #100
    • โšก๏ธ Make #update_attributes behave like #update #98
    • โž• Add tests to the magic login submodule #95
    • โœ… Set user.stretches to 1 in test env by default #81
    • ๐Ÿ‘ Allow user to be loaded from other source when session expires. fix #89 #94
    • โž• Added a new ArgumentError for not defined user_class in config #82
    • โšก๏ธ Updated Required Ruby version to 2.2 #85
    • โž• Add configuration for token randomness #67
    • Add facebook user_info_path option to initializer.rb #63
    • โž• Add new function: build_from (allows building a user instance from OAuth without saving) #54
    • โž• Add rubocop configuration and TODO list #107
    • โž• Add support for VK OAuth (thanks to @Hirurg103) #109
    • ๐Ÿ›  Fix token leak via referrer header #56
    • โž• Add login_user helper for request specs #57
  • v0.11.0 Changes

    May 16, 2017
    • ๐Ÿšš Refer to User before calling remove_const to avoid NameError #58
    • Resurrect block authentication, showing auth failure reason. #41
    • โž• Add github scope option to initializer.rb #50
    • ๐Ÿ›  Fix Facebook being broken due to API deprecation #53