Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Auth Service

Auth Service 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.

This service also manages api keys (validity period of api key is determined by user)

Environment variables:

  • TOKEN_LIFETIME - period in seconds when token will be expire.

  • DOMAIN - info for SMS when user login with phone.

Service Users

  • No labels