mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update CHANGELOG.
This commit is contained in:
parent
e4c5158851
commit
b409184a98
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
* Allow :stateless_token to be set to true avoiding users to be stored in session through token authentication
|
* Allow :stateless_token to be set to true avoiding users to be stored in session through token authentication
|
||||||
* cookie_options uses session_options values by default
|
* cookie_options uses session_options values by default
|
||||||
* Sign up now check if the user is active or not and redirect him accordingly setting the inactive_signed_up message
|
* Sign up now check if the user is active or not and redirect him accordingly setting the inactive_signed_up message
|
||||||
|
* Use ActiveModel#to_key instead of #id
|
||||||
|
* sign_out_all_scopes now destroys the whole session
|
||||||
|
|
||||||
* default behavior changes
|
* default behavior changes
|
||||||
* sign_out_all_scopes defaults to true as security measure
|
* sign_out_all_scopes defaults to true as security measure
|
||||||
|
|
Loading…
Reference in a new issue