Auth Service

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

Â