Skip to main content

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

KeyValueDescription
activeviam.jwt.key.publicThe public RSA key encoded in Base64.
activeviam.jwt.key.privateThe private RSA key encoded in Base64.
activeviam.jwt.expiration43200The lifetime of the tokens in seconds.
To generate new RSA keys, execute JwtUtil.