You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ If you are using the HMAC authentication you need to update the encryption setti
56
56
You will need to update and set the encryption key `$hmacEncryptionKey`. This should be set using **.env** and/or system
57
57
environment variables. Instructions on how to do that can be found in the
58
58
[Setting Your Encryption Key](https://codeigniter.com/user_guide/libraries/encryption.html#setting-your-encryption-key)
59
-
section of the CodeIgniter 4 documentation.
59
+
section of the CodeIgniter 4 documentation and in [HMAC SHA256 Token Authenticator](./docs/references/authentication/hmac.md#hmac-secret-key-encryption).
60
60
61
61
You also may wish to adjust the default Driver `$hmacEncryptionDriver` and the default Digest `$hmacEncryptionDigest`,
62
62
these currently default to `'OpenSSL'` and `'SHA512'` respectively.
0 commit comments