Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

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

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

Service Users