tree: 73adb6fe17b6591b6c705ad5c3b269a419a19ab3 [path history] [tgz]
  1. backend/
  2. devcfg/
  3. frontend/
  4. impl/
  5. static/
  6. README.md
tokenserver/appengine/README.md

The Token Server

The token server is responsible for minting short-lived (<1 hour) stateless access tokens for Swarming bots. It uses PKI to authenticate bots.

Code layout:

  • frontend, backend, static - entry points for GAE modules.
  • devcfg - luci-config config files when running locally.
  • impl - the root package with all implementation guts.