Authentication service (JWT, OIDC, refresh tokens)
Go to file
2026-02-09 16:52:32 +00:00
cmd/auth store: add audit log table + INSERT in mutation paths 2026-01-10 16:52:32 +00:00
config oidc: token refresh — handle 5min clock skew 2026-01-04 16:52:32 +00:00
internal oidc: add google workspace SSO for contractors 2026-01-28 16:52:32 +00:00
pkg/middleware middleware: extract auth into reusable middleware package 2026-02-09 16:52:32 +00:00
docker-compose.yml jwt: validate exp + nbf + iat claims 2025-12-11 16:52:32 +00:00
Dockerfile middleware: cors — explicit allow-origins list 2025-12-05 16:52:32 +00:00
go.mod oidc: handle missing email_verified gracefully 2025-11-23 16:52:32 +00:00
go.sum store: connection pool tuning (max=40 was hitting limit) 2025-11-29 16:52:32 +00:00
LICENSE Dockerfile: multi-stage, distroless final image 2025-12-23 16:52:32 +00:00
Makefile jwt: drop deprecated jwt.MapClaims usage 2025-12-29 16:52:32 +00:00
README.md cmd: add /healthz + /readyz endpoints 2025-12-17 16:52:32 +00:00

auth-microservice — README

(Initial — see git history.)

update 10 (2026-04)