Fix WARNING block in security guide

This commit is contained in:
zzak 2023-04-09 08:24:33 +09:00
parent 2815cb9620
commit 24eeed9ef2
No known key found for this signature in database
GPG Key ID: 213927DFCF4FF102

@ -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