Product changelog

AuthKit-Lite Changelog

Major updates to the AuthKit-Lite Spring Boot authentication foundation.

August 28, 2026

Improved Developer Experience

  • Added zero-config local startup with an in-memory H2 database.
  • Added automatic Flyway migrations and configurable demo data.
  • Added a browser-based API test console for JWT and passkey workflows.
  • Added optional .env configuration overrides.

August 25, 2026

Spring Boot 4 & Passkeys

  • Upgraded AuthKit-Lite to Spring Boot 4 and modernized Spring Security integration.
  • Added WebAuthn/passkey registration and authentication.
  • Improved authentication, security configuration, migrations, and automated tests.
  • Updated the Postman collection and project documentation.

March 21, 2026

Initial Release

  • Released the initial AuthKit-Lite Spring Boot authentication boilerplate.
  • Added JWT access and refresh token authentication.
  • Added user registration and login.
  • Added role-based access control.
  • Added secure password handling and protected REST APIs.