Commit 0a09b22
committed
Fix test secret key to meet 64-byte minimum required by HS512
The firebase/php-jwt library requires HMAC keys to be at least as long
as the hash output (512 bits for HS512). Updated the test secret to a
base64-encoded 64-byte key to satisfy this requirement.1 parent 23217c7 commit 0a09b22
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments