Auth Service
...
Auth is a service for authorizing users in the systemService is a process used to protect systems and user information. Authentication verifies the identity of the user and determines their access rights.
A JWToken is used for authorization.
The validity period of the token is determined in the configurator using the TOKEN_LIFETIME
environment variable. Default is 3600000 seconds.
...