README ¶ Auth The authentication microservice of o11y. Accessible via API Gateway HTTP Route. Generate JWT keys $ go install github.com/go-jose/go-jose/v4/jose-util@latest $ jose-util generate-key -use sig -alg RS256 # Rename keys to more usable: privateKey.json ; publicKey.json HTTP Routes /register /auth /jwks Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis cmd http jwt models Click to show internal directories. Click to hide internal directories.