We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20031d commit a3e4219Copy full SHA for a3e4219
1 file changed
docs/references/authentication/hmac.md
@@ -183,7 +183,7 @@ public array $hmacEncryption = [
183
When it is time to update your encryption keys you will need to add an additional key to the above arrays. Then adjust
184
the `$hmacEncryption['currentKey']` to point at the new key. After the new encryption key is in place, run
185
`php spark shield:hmac reencrypt` to re-encrypt all existing keys with the new encryption key. You will need to leave
186
-the old key in the array as it will be used read the existing keys during re-encryption.
+the old key in the array as it will be used read the existing 'Secret Keys' during re-encryption.
187
188
```php
189
public array $hmacEncryption = [
0 commit comments