Authentication service (JWT, OIDC, refresh tokens)
Go to file
2025-12-17 16:52:32 +00:00
cmd/auth init: scaffold auth-microservice repository structure 2025-10-18 16:52:32 +00:00
config init: scaffold auth-microservice repository structure 2025-10-18 16:52:32 +00:00
internal store: switch from lib/pq to pgx/v5 2025-11-05 16:52:32 +00:00
pkg/middleware jwt: add jti claim for revocation list 2025-11-17 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 init: scaffold auth-microservice repository structure 2025-10-18 16:52:32 +00:00
Makefile init: scaffold auth-microservice repository structure 2025-10-18 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)