Skip to content

v1.0.0

Latest

Choose a tag to compare

@kopahead kopahead released this 18 May 17:46
· 1 commit to main since this release

[1.0.0] - 2026-05-18

Added

  • JWT token service (sign, verify)
  • Bcrypt password hashing (hash, verify)
  • Hono auth middleware (requireAuth, optionalAuth)
  • Auth routes: signup, login, session, logout
  • AuthRepository interface for pluggable storage