updated docs with links

2026-01-11 23:48:15 +11:00
parent d556f3eaca
commit 36fab33048
3 changed files with 23 additions and 12 deletions

12
HWS.md

@@ -1166,15 +1166,17 @@ Check that:
## See Also
- [hwsauth](./HWSAuth.md) - JWT authentication middleware
- [HWSAuth](./HWSAuth.md) - JWT authentication middleware
- [JWT](./JWT.md) - JWT token management
- [hlog](./hlog.md) - Structured logging
- [jwt](./JWT.md) - JWT token management
## Links
- [Source Code](https://git.haelnorr.com/h/golib/hws)
- [Issue Tracker](https://git.haelnorr.com/h/golib/hws/issues)
- [Examples](https://git.haelnorr.com/h/golib/hws/tree/master/examples)
- [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/hws) - API documentation
- [Source Code](https://git.haelnorr.com/h/golib/hws) - Repository
- [Issue Tracker](https://git.haelnorr.com/h/golib/hws/issues) - Report bugs
- [Examples](https://git.haelnorr.com/h/golib/hws/tree/master/examples) - Code examples

@@ -753,15 +753,17 @@ func changePasswordHandler(
## See Also
- [hws](./hws.md) - Web server framework
- [jwt](./JWT.md) - JWT token library
- [HWS](./HWS.md) - H Web Server framework
- [JWT](./JWT.md) - JWT token library
- [env](./env.md) - Environment variable loading
## Links
- [Source Code](https://git.haelnorr.com/h/golib/hwsauth)
- [Issue Tracker](https://git.haelnorr.com/h/golib/hwsauth/issues)
- [Examples](https://git.haelnorr.com/h/golib/hwsauth/tree/master/examples)
- [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/hwsauth) - API documentation
- [Source Code](https://git.haelnorr.com/h/golib/hwsauth) - Repository
- [Issue Tracker](https://git.haelnorr.com/h/golib/hwsauth/issues) - Report bugs
- [Examples](https://git.haelnorr.com/h/golib/hwsauth/tree/master/examples) - Code examples

11
JWT.md

@@ -624,6 +624,13 @@ If blacklist queries are slow:
- Run cleanup more frequently
- Consider partitioning the table by date
## API Reference
## See Also
See the [GoDoc documentation](https://pkg.go.dev/git.haelnorr.com/h/golib/jwt) for complete API reference.
- [HWSAuth](./HWSAuth.md) - JWT authentication middleware for HWS
- [HWS](./HWS.md) - H Web Server framework
## Links
- [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/jwt) - API documentation
- [Source Code](https://git.haelnorr.com/h/golib/jwt) - Repository
- [Issue Tracker](https://git.haelnorr.com/h/golib/jwt/issues) - Report bugs