Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
File purpose
The jwt.properties file is used to configure the authentication based on JWT.File location
The file is located in the folder cvarc-application\src\main\resources\properties.File values
| Key | Value | Description |
|---|---|---|
| activeviam.jwt.key.public | The public RSA key encoded in Base64. | |
| activeviam.jwt.key.private | The private RSA key encoded in Base64. | |
| activeviam.jwt.expiration | 43200 | The lifetime of the tokens in seconds. |