mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
Implement expiry for access tokens, by default all newly created access tokens will expire. There is site configuration available at auth.accessToken to enable tokens without expiration and to configure the values in days are presented to users and selected by default. Co-authored-by: Erik Seliger <erikseliger@me.com> |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| code_intel_test.go | ||
| CODENOTIFY | ||
| main_test.go | ||
| organization_test.go | ||
| README.md | ||
| repository_test.go | ||
| site_admin_test.go | ||
While this test suite focuses on authentication and authorization related tests, you may still refer to dev/gqltest's README for background and how to run it both locally and in CI.