tree: 1e4932df212f06521056116634825b2281486d4b [path history] [tgz]
  1. authctx/
  2. client/
  3. identity/
  4. integration/
  5. internal/
  6. jwt/
  7. loginsessionspb/
  8. auth.go
  9. auth_test.go
  10. generator.go
  11. generator_test.go
  12. README.md
  13. 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).