added doc for HWS
10
Home.md
10
Home.md
@@ -4,11 +4,14 @@ Welcome to the golib documentation wiki. This wiki provides comprehensive docume
|
|||||||
|
|
||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
### [JWT](JWT.md)
|
### [HWS](HWS.md)
|
||||||
JWT (JSON Web Token) generation and validation with database-backed token revocation support. Supports multiple database backends and ORMs.
|
H Web Server - A lightweight, opinionated HTTP web server framework for Go built on top of the standard library. Features Go 1.22+ routing patterns, built-in middleware, structured error handling, and production-ready defaults.
|
||||||
|
|
||||||
### [HWSAuth](HWSAuth.md)
|
### [HWSAuth](HWSAuth.md)
|
||||||
JWT-based authentication middleware for the hws web framework. Provides complete authentication solution with access tokens, refresh tokens, automatic token rotation, and seamless database/ORM integration.
|
JWT-based authentication middleware for the HWS web framework. Provides complete authentication solution with access tokens, refresh tokens, automatic token rotation, and seamless database/ORM integration.
|
||||||
|
|
||||||
|
### [JWT](JWT.md)
|
||||||
|
JWT (JSON Web Token) generation and validation with database-backed token revocation support. Supports multiple database backends and ORMs.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -19,3 +22,4 @@ go get git.haelnorr.com/h/golib/jwt
|
|||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
For issues, feature requests, or contributions, please visit the [golib repository](https://git.haelnorr.com/h/golib).
|
For issues, feature requests, or contributions, please visit the [golib repository](https://git.haelnorr.com/h/golib).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user