JWT Authentication

Stateless JWT-based authentication for APIs and microservices.

v1(1.0.3)
AuthenticationGitHub

Overview

The JWT Authentication qBit provides stateless token-based authentication for APIs and microservices.

Features

  • Multiple Algorithms - RS256, HS256, ES256 support
  • Token Refresh - Automatic token refresh with sliding expiration
  • Claims Mapping - Map JWT claims to qqq user attributes
  • Key Rotation - Support for JWKS key rotation
  • When to Use

    Use JWT Authentication when you need:

  • Stateless authentication for APIs
  • Microservices authentication
  • Mobile app authentication
  • Third-party API access
  • Powered by qqq