Updated version numbers for JWT, HWS, and HWSAuth wiki pages.

- Added version v0.10.0-hlogdoc to JWT wiki
- Added version v0.2.1-hlogdoc to HWS wiki
- Added version v0.3.1-hlogdoc to HWSAuth wiki

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-13 13:37:48 +11:00
parent b11ab807c7
commit 6daaa6a733
3 changed files with 3 additions and 3 deletions

2
HWS.md

@@ -1,4 +1,4 @@
# HWS
# HWS - v0.2.1-hlogdoc
A lightweight, opinionated HTTP web server framework for Go built on top of the standard library's `net/http`.

@@ -1,4 +1,4 @@
# hwsauth
# hwsauth - v0.3.1-hlogdoc
JWT-based authentication middleware for the hws web framework.

2
JWT.md

@@ -1,4 +1,4 @@
# JWT Package
# JWT Package - v0.10.0-hlogdoc
The `jwt` package provides comprehensive JWT (JSON Web Token) generation and validation with database-backed token revocation support.