Skip to main content

service.jwt.signing_algorithm

Vasyl MartyniukLess than 1 minute

Syntax

service.jwt.signing_algorithm = "string"

The default value: HS256

Definition

Define the JWT token signing algorithm. At the moment the following values are allowed:

In the example below, we redefine the default signing algorithm.

[aam]
service.jwt.signing_algorithm = "ES256"
Virtual Assistant