Page tree

Versions Compared

Key

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

...

Note
Since 5.8.1 application tokens can be defined in translate5 and MUST be used for API usage.

Per user multiple tokens can be generated.

Creation of the token

The creation is currently only possible over the Command Line interface - a UI implementation will probably follow. For the usage of the CLI tools see the corresponding documentation.

Code Block
languagebash
titlereplace LOGIN and DESCRIPTION with appropriate values
./translate5.sh auth:apptoken:add LOGIN "DESCRIPTION"

See further documentation of the command see: ./translate5.sh auth:apptoken:add

Warning

The token is shown only once

...

! You have to copy it from where it is shown and store it where ever you want to use it!

Since it is stored encrypted in the

...

See ./translate5.sh auth:apptoken:add

...

translate5 DB it can not be retrieved anymore from translate5 again.


Usage of the token

The token can either be used as:

...