Skip to main content
The major AAM release is live! For questions or concerns, visit the Release Page.

service.jwt.signing_secret

Vasyl MartyniukLess than 1 minute

Syntax

service.jwt.signing_secret = "string"

The default value: SECURE_AUTH_KEYopen in new window 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"
Virtual Assistant