gitea.tea/modules/config
Bo-Yi Wu b645a189a2
fix(login): delete OAuth token using the stored login name
- Pass the stored login name to DeleteOAuthToken instead of the
  CLI-provided one: the login lookup is case-insensitive but credstore
  keys are exact-match, so deleting with different casing left the
  encrypted token orphaned in the credential store

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-03 21:59:44 +08:00
..
config.go update import path to use gitea.dev (#1003) 2026-05-23 17:26:43 +00:00
credstore.go refactor(credstore): embed credential store and drop sdk-go dependency 2026-08-03 21:59:07 +08:00
lock.go update import path to use gitea.dev (#1003) 2026-05-23 17:26:43 +00:00
lock_test.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
login.go fix(login): delete OAuth token using the stored login name 2026-08-03 21:59:44 +08:00
login_test.go upgrade go sdk and add test (#1048) 2026-07-01 18:06:19 +00:00
testtools.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00