All Versions
41
Latest Version
Avg Release Cycle
206 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.16.3 Changes
- ๐ Fix provider instantiation for plural provider names (eg. okta) #305
-
v0.16.1 Changes
- ๐ Fix default table name being incorrect in migration generator #274
- โก๏ธ Update
oauth
dependency per CVE-2016-11086
-
v0.15.1 Changes
- โก๏ธ Update
oauth
dependency per CVE-2016-11086
- โก๏ธ Update
-
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