tree: 9bfa0aa3ef3b456b66f0663eeab9cd782b3dd963 [path history] [tgz]
  1. client/
  2. identity/
  3. integration/
  4. internal/
  5. auth.go
  6. auth_test.go
  7. README.md
  8. transport.go
auth/README.md

LUCI Auth libraries

This package contains auth related elements for LUCI programs.

  • This package - Implements a wrapper around golang.org/x/oauth2 which is aware of how LUCI programs handle OAuth2 credentials.
  • client - Command-line flags and programs to interact with luci/auth from clients of LUCI systems.
  • identity - Defines common LUCI identity types and concepts. Used by clients and servers.
  • integration - Libraries for exporting LUCI authentication tokens (OAuth2) to other systems (like gsutil or gcloud).