sourcegraph/dev/authtest
Chris Warwick b9099792b9
Implement expiry for access tokens (#59565)
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>
2024-01-18 18:54:07 -05:00
..
BUILD.bazel Allow to run e2e tests locally (#55998) 2023-08-29 11:08:47 -05:00
code_intel_test.go executors: refactor queue router to explicit test endpoint (#49721) 2023-03-24 18:11:13 +00:00
CODENOTIFY authtest: add tests for site admin endpoints (#20266) 2021-04-26 13:14:57 +00:00
main_test.go all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
organization_test.go Remove dead code from org invites (#57279) 2023-10-04 15:50:44 +02:00
README.md authtest: wait longer for site config to be updated (#28119) 2021-11-29 22:26:45 +08:00
repository_test.go graphqlbackend: support async deletion of external service (#35293) 2022-05-12 12:54:12 +04:00
site_admin_test.go Implement expiry for access tokens (#59565) 2024-01-18 18:54:07 -05:00

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.