-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Orionis Release Bot edited this page Jul 4, 2026
·
2 revisions
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.
- Quick Start: run the local auth server, billing API, and client examples.
- Docker and GHCR: deploy from Docker Hub or GitHub Container Registry.
- Service-to-Service Guide: model callers, audiences, and scopes.
- Production Security: keep secrets, keys, logs, and token boundaries safe.
- Repository: https://github.com/stremovskyy/orionis
- GitHub Pages: https://stremovskyy.github.io/orionis/
- Docker Hub: https://hub.docker.com/r/stremovskyy/orionis
- GitHub Packages: https://github.com/stremovskyy/orionis/pkgs/container/orionis
- Go Reference: https://pkg.go.dev/github.com/stremovskyy/orionis
POST /oauth/token
GET /.well-known/jwks.json
GET /.well-known/openid-configuration
GET /healthz
docker pull stremovskyy/orionis:latest
docker pull ghcr.io/stremovskyy/orionis:latest
go get github.com/stremovskyy/orionis