The major AAM release is live! For questions or concerns, visit the Release Page.
service.jwt.signing_secret
Less than 1 minute
Syntax
service.jwt.signing_secret = "string"
The default value: SECURE_AUTH_KEY constant's value.
Definition
The signing secret for the JWT token. If not explicitly provided, the default value is taken from the WordPress SECURE_AUTH_KEY
constant that is declared in the wp-config.php
file.
In the example config below, we redefine the default signing secret.
[aam]
service.jwt.signing_secret = "4ki(32&4g!UIld12@~o"