Skip to content

Commit

Permalink
Fix WARNING block in security guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Apr 8, 2023
1 parent 2815cb9 commit 24eeed9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions guides/source/security.md
Expand Up @@ -115,14 +115,7 @@ In test and development applications get a `secret_key_base` derived from the ap
secret_key_base: 492f...
```

WARNING: If your application's secrets may have been exposed, strongly consider
changing them. Note that changing `secret_key_base` will expire currently active
sessions and require all users to log in again. In addition to session data, the
following things may also be affected:

* Encrypted cookies
* Signed cookies
* Active Storage Files
WARNING: If your application's secrets may have been exposed, strongly consider changing them. Note that changing `secret_key_base` will expire currently active sessions and require all users to log in again. In addition to session data: encrypted cookies, signed cookies, and Active Storage files may also be affected.

### Rotating Encrypted and Signed Cookies Configurations

Expand Down

0 comments on commit 24eeed9

Please sign in to comment.