Versions Compared

Key

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

...

Standard JWT tokens are only valid for 15 minutes. There were cases when the requests needed to be ran periodically and the time limitation was not very comfortable. Together with some of our customers we have decided to implement a way in which tokens we can generate tokens with bigger availability, so we came up with the next solution: the SIL API Tokens.

These tokens can be generated by administrators from the SIL API Integration page, with a provided availability. The tokens will be valid by the end of the day set in their configuration and, for security reasons, they are only visible at creation/update time.

...

The tokens can be viewed, updated or deleted.

If you press the “View” icon, a dialog box containing the The SIL token generated will appear. It is an encoded string which we will decode when you run your request and which will give you access to our resources for the granted amount of time set in the configuration.

...