Skip to content
Orionis Release Bot edited this page Jul 4, 2026 · 2 revisions

Orionis

Orionis is a compact Go toolkit and GIN authorization server for service-to-service OAuth 2.0 client_credentials, signed JWT access tokens, JWKS validation, token caching, and drop-in GIN middleware.

Start here

Public resources

Core endpoints

POST /oauth/token
GET  /.well-known/jwks.json
GET  /.well-known/openid-configuration
GET  /healthz

Supported package surfaces

docker pull stremovskyy/orionis:latest
docker pull ghcr.io/stremovskyy/orionis:latest
go get github.com/stremovskyy/orionis

Clone this wiki locally