Skip to content

Commit 76fc1fe

Browse files
tswaggerkenjis
andcommitted
Update docs/references/authentication/hmac.md
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent 280c4e3 commit 76fc1fe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • docs/references/authentication

docs/references/authentication/hmac.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ old key. After the new encryption key is in place, run `php spark shield:hmac r
187187
with the new encryption key.
188188

189189
```php
190-
public array $hmacEncryption [
190+
public array $hmacEncryption = [
191191
'key' => [
192192
'k1' => 'hex2bin:923dfab5ddca0c7784c2c388a848a704f5e048736c1a852c862959da62ade8c7',
193193
'k2' => 'hex2bin:451df599363b19be1434605fff8556a0bbfc50bede1bb33793dcde4d97fce4b0',
@@ -198,10 +198,10 @@ public array $hmacEncryption [
198198
],
199199
'digest' => [
200200
'k1' => 'SHA512',
201-
'k2' => 'SHA512'
201+
'k2' => 'SHA512',
202202
],
203-
'currentKey' => 'k2',
204-
'deprecatedKey' => 'k1'
203+
'currentKey' => 'k2',
204+
'deprecatedKey' => 'k1',
205205
];
206206
```
207207

0 commit comments

Comments
 (0)