Welcome to KnowMe!

OAuth 2.1 & OpenID Connect Server

What is KnowMe?

KnowMe is a new way of logging in - no passwords required! Built on Oauth 2.1 and OpenID Connect, it uses facial recognition to verify your identity and can then create passkeys for instant login. Its built with Rust for performance and enhanced security. It's modern authorization with mandatory PKCE, secure token handling, and best practices built-in.

Endpoints

  • GET /.well-known/openid-configuration - OIDC Discovery
  • GET /authorize - Authorization endpoint
  • POST /token - Token endpoint
  • POST /revoke - Token revocation
  • POST /introspect - Token introspection
  • GET /userinfo - UserInfo endpoint
  • GET /jwks - JSON Web Key Set