auth

module
v0.0.0-...-43924c4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2026 License: Unlicense

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL