fetch_ml/internal/auth
Jeremie Fraeys 1b0781dc68
Some checks failed
Security Scan / Security Analysis (push) Waiting to run
Security Scan / Native Library Security (push) Waiting to run
Checkout test / test (push) Successful in 4s
CI/CD Pipeline / Test (push) Has been cancelled
CI/CD Pipeline / Dev Compose Smoke Test (push) Has been cancelled
CI/CD Pipeline / Build (push) Has been cancelled
CI/CD Pipeline / Test Scripts (push) Has been cancelled
CI/CD Pipeline / Test Native Libraries (push) Has been cancelled
CI/CD Pipeline / Docker Build (push) Has been cancelled
Documentation / build-and-publish (push) Has been cancelled
fix(auth): make DeleteAPIKey resilient to keyring errors
DeleteAPIKey now ignores primary keyring errors (e.g., dbus unavailable)

and always cleans up the fallback store
2026-02-21 21:19:46 -05:00
..
api_key.go feat: implement Argon2id hashing and Ed25519 manifest signing 2026-02-19 15:34:20 -05:00
crypto.go refactor(api): internal refactoring for TUI and worker modules 2026-02-20 15:51:23 -05:00
database.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
flags.go security: implement comprehensive secrets protection 2026-02-18 16:18:09 -05:00
hybrid.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
keychain.go fix(auth): make DeleteAPIKey resilient to keyring errors 2026-02-21 21:19:46 -05:00
permissions.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
permissions_loader.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
validator.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00