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

     1  LUCI Auth libraries
     2  ===================
     3  
     4  This package contains auth related elements for LUCI programs.
     5    * This package - Implements a wrapper around golang.org/x/oauth2 which is
     6      aware of how LUCI programs handle OAuth2 credentials.
     7    * `client` - Command-line flags and programs to interact with luci/auth from
     8      clients of LUCI systems.
     9    * `identity` - Defines common LUCI identity types and concepts. Used by
    10      clients and servers.
    11    * `integration` - Libraries for exporting LUCI authentication tokens (OAuth2)
    12      to other systems (like gsutil or gcloud).