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 ## 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 - [hlog](./hlog.md) - Structured logging
- [jwt](./JWT.md) - JWT token management
## Links ## Links
- [Source Code](https://git.haelnorr.com/h/golib/hws) - [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/hws) - API documentation
- [Issue Tracker](https://git.haelnorr.com/h/golib/hws/issues) - [Source Code](https://git.haelnorr.com/h/golib/hws) - Repository
- [Examples](https://git.haelnorr.com/h/golib/hws/tree/master/examples) - [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 ## See Also
- [hws](./hws.md) - Web server framework - [HWS](./HWS.md) - H Web Server framework
- [jwt](./JWT.md) - JWT token library - [JWT](./JWT.md) - JWT token library
- [env](./env.md) - Environment variable loading - [env](./env.md) - Environment variable loading
## Links ## Links
- [Source Code](https://git.haelnorr.com/h/golib/hwsauth) - [GoDoc](https://pkg.go.dev/git.haelnorr.com/h/golib/hwsauth) - API documentation
- [Issue Tracker](https://git.haelnorr.com/h/golib/hwsauth/issues) - [Source Code](https://git.haelnorr.com/h/golib/hwsauth) - Repository
- [Examples](https://git.haelnorr.com/h/golib/hwsauth/tree/master/examples) - [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 - Run cleanup more frequently
- Consider partitioning the table by date - 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