go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/tokenserver/appengine/README.md (about)

     1  # The Token Server
     2  
     3  The token server is responsible for minting short-lived (<1 hour) stateless
     4  access tokens for Swarming bots. It uses PKI to authenticate bots.
     5  
     6  Code layout:
     7    * `frontend`, `backend` - entry points for GAE service binaries.
     8    * `devcfg` - luci-config config files when running locally.
     9    * `impl` - the root package with all implementation guts.