Authentication service (JWT, OIDC, refresh tokens)
Go to file
2026-04-10 16:52:32 +00:00
cmd/auth oidc: token refresh — handle 5min clock skew 2026-04-04 16:52:32 +00:00
config jwt: drop deprecated jwt.MapClaims usage 2026-03-29 16:52:32 +00:00
internal store: add audit log table + INSERT in mutation paths 2026-04-10 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 middleware: cors — explicit allow-origins list 2026-03-05 16:52:32 +00:00
Dockerfile store: connection pool tuning (max=40 was hitting limit) 2026-02-27 16:52:32 +00:00
go.mod jwt: add jti claim for revocation list 2026-02-15 16:52:32 +00:00
go.sum oidc: handle missing email_verified gracefully 2026-02-21 16:52:32 +00:00
LICENSE cmd: add /healthz + /readyz endpoints 2026-03-17 16:52:32 +00:00
Makefile Dockerfile: multi-stage, distroless final image 2026-03-23 16:52:32 +00:00
README.md jwt: validate exp + nbf + iat claims 2026-03-11 16:52:32 +00:00

auth-microservice — README

(Initial — see git history.)

update 10 (2026-04)

update 24 (2026-04)