Kintare Auth

OAuth 2.0 / OpenID Connect provider with social login, device code flow, and admin management.

OIDC Provider

Full OpenID Connect compliant provider with JWT tokens, device code flow, and configurable scopes.

Social Login

Admin-configurable social login with presets for Discord, GitHub, Google, Microsoft, and Twitch.

Hytale Integration

Built-in support for Hytale server/launcher tokens, profiles, and account verification.

OIDC Endpoints

  • GET /.well-known/openid-configuration — Discovery
  • GET /oauth2/jwks — JSON Web Key Set
  • POST /oauth2/token — Token endpoint
  • GET /oauth2/userinfo — User info
  • POST /oauth2/device/auth — Device authorization
  • POST /oauth2/token/introspect — Token introspection
  • POST /oauth2/token/revoke — Token revocation
  • GET /oauth2/auth — Authorization
  • GET /oauth2/session/end — End session