Skip to content

Next generation identity server written in Go

Notifications You must be signed in to change notification settings

entropi-co/surge

Repository files navigation

Surge

A simple identity/authentication server written in Go

Following is core features provided by surge

  • Authenticate user and manage sessions (revoking refresh token as well)
  • Exposed JWKs endpoint (.well-known/jwks.json)
  • Supports major OAuth2 providers out of box
  • Automatic database migration with go-migrate
  • Pre configured docker compose