Versions Compared

Key

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

...

To provide authentication mechanism, "The Scheduler" uses JSON Web Token (JWT). Each token has declared expiration time. In theory there is no limit for expiration time of JWT. Everything depends on context where we use JWT. For trivial cases (most web pages), token may expire after 1 month.

...