Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This is how application token can be generate for authentication with translate5. Use this token later ass post parameter or ass request header to authenticate.

App token command
aleksandar@aleksandar:/var/www/translate5$ ./translate5.sh auth:apptoken:add --help

Description:
  Generates auth token used for authentication in translate5

Usage:
  auth:apptoken:add <login> <desc>

Arguments:
  login                 User login for whom this authentication token will be generate for
  desc                  Description for the generated token

Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  Generates auth token used for authentication in translate5. The command will generate and display
          the token witch can be used for authenticating in translate5


  • No labels