Releases: Sorcery/sorcery
Releases · Sorcery/sorcery
v0.17.0
v0.16.5
What's Changed
- Loosen oauth version lock per @pboling feedback on issue #317 by @joshbuker in #324
- Raise ArgumentError when calling change_password! with blank password by @Spone in #333
- Update auth_scheme to oauth2 v1 defaults per v2 breaking changes by @joshbuker in #341
- Add .devcontainer support by @joshbuker in #342
New Contributors
Full Changelog: v0.16.4...v0.16.5
v0.16.4
v0.16.3
v0.16.2
v0.16.1
v0.15.1
- Update oauth dependency per CVE-2016-11086
v0.16.0
v0.15.0
- 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.13.0
- 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