Changelog¶
All notable changes to pico-server-auth will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-03-28¶
Added¶
AuthControllerwith/api/v1/auth/jwks,/api/v1/auth/challenge,/api/v1/auth/sign-in, and/api/v1/auth/loginendpoints.ServerAuthSettingsconfiguration with@configured(prefix="server_auth").TokenIssuerfor RS256 JWT access and refresh token issuance.WalletVerifierwith support for ML-DSA-65, Ed25519, and secp256k1 signature verification.ChallengeStoreprotocol withInMemoryChallengeStoredefault implementation.- JWKS endpoint compatible with pico-client-auth token validation.
- Password-based admin login with configurable credentials.
- Auto-discovery via
pico_boot.modulesentry point.