Skip to content

Releases: Sorcery/sorcery

v0.17.0

08 Mar 21:26
856eacd
Compare
Choose a tag to compare

What's Changed

  • Remove duplicate method in InstallGenerator by @Spone in #339
  • Change CI settings for support Ruby3.0+ Rails6.1+ by @willnet in #357
  • Use ActiveRecord.timestamped_migrations by @Spone in #352

New Contributors

Full Changelog: v0.16.5...v0.17.0

v0.16.5

11 Apr 19:53
a42af7f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.4...v0.16.5

v0.16.4

04 Oct 17:24
0df05c8
Compare
Choose a tag to compare
  • Adapt to open request protection strategy of rails 7.0 #318
  • Update OAuth2 gem to v2 per v1 deprecation #323
  • Fixed typo in error message #310

v0.16.3

23 Feb 20:40
dcea908
Compare
Choose a tag to compare
  • Fix provider instantiation for plural provider names (eg. okta) #305

v0.16.2

28 Nov 02:01
032cd2e
Compare
Choose a tag to compare
  • 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

30 Apr 19:57
c460403
Compare
Choose a tag to compare
  • Fix default table name being incorrect in migration generator #274
  • Update oauth dependency per CVE-2016-11086

v0.15.1

30 Apr 19:48
9cc74ea
Compare
Choose a tag to compare

v0.16.0

16 Feb 19:38
43efa33
Compare
Choose a tag to compare
  • 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.0

02 May 21:07
e81c64c
Compare
Choose a tag to compare
  • 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

29 Nov 20:14
88181d3
Compare
Choose a tag to compare
  • 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