# Changelog
## [0.2.1](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-auth-v0.2.0...hyperstack-auth-v0.2.1) (2026-04-05)
### Bug Fixes
* Comment ([b8b9c1e](https://github.com/HyperTekOrg/hyperstack/commit/b8b9c1e420f2647a3031b7ba0acd7e9ee3274611))
## [0.2.0](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-auth-v0.1.1...hyperstack-auth-v0.2.0) (2026-04-05)
### ⚠ BREAKING CHANGES
* Authentication system with WebSocket integration, SSR support, and security enhancements
* Merge pull request #75 from HyperTekOrg/auth
### Features
* Add authentication system with WebSocket integration ([bd7f8ad](https://github.com/HyperTekOrg/hyperstack/commit/bd7f8adca65e2c0222aab32146faa8d57d357735))
* add key rotation and token revocation support ([0e5f053](https://github.com/HyperTekOrg/hyperstack/commit/0e5f0534f5e954c72947887e0a0a91862a7cf17a))
* Authentication system with WebSocket integration, SSR support, and security enhancements ([d9b90f9](https://github.com/HyperTekOrg/hyperstack/commit/d9b90f9bbae6cf3a70273c7fc30230cdb58198df))
* Merge pull request [#75](https://github.com/HyperTekOrg/hyperstack/issues/75) from HyperTekOrg/auth ([d9b90f9](https://github.com/HyperTekOrg/hyperstack/commit/d9b90f9bbae6cf3a70273c7fc30230cdb58198df))
### Bug Fixes
* Bump auth version ([7272c1a](https://github.com/HyperTekOrg/hyperstack/commit/7272c1a2767bb67d9b8cb0c9987edcc4ebd19dd4))
* enforce client IP claims during token verification ([c347a91](https://github.com/HyperTekOrg/hyperstack/commit/c347a91d1def05ddc8a6572eede433e348296ce5))
* resolve compilation errors in auth crates ([c4df5a8](https://github.com/HyperTekOrg/hyperstack/commit/c4df5a805ece6350db4bb5e492757785f4de5f6d))
* surface JWKS cache refresh failures ([8d99321](https://github.com/HyperTekOrg/hyperstack/commit/8d99321db74123e6b57bc06c8664a27deee5e802))
* tighten Rust auth verification and cleanup ([1413a7a](https://github.com/HyperTekOrg/hyperstack/commit/1413a7aff6fbf2fd91976c48657d0a929482c276))
## 0.1.0 (2026-04-04)
### ⚠ BREAKING CHANGES
* Authentication system with WebSocket integration, SSR support, and security enhancements
* Merge pull request #75 from HyperTekOrg/auth
### Features
* Add authentication system with WebSocket integration ([bd7f8ad](https://github.com/HyperTekOrg/hyperstack/commit/bd7f8adca65e2c0222aab32146faa8d57d357735))
* add key rotation and token revocation support ([0e5f053](https://github.com/HyperTekOrg/hyperstack/commit/0e5f0534f5e954c72947887e0a0a91862a7cf17a))
* Authentication system with WebSocket integration, SSR support, and security enhancements ([d9b90f9](https://github.com/HyperTekOrg/hyperstack/commit/d9b90f9bbae6cf3a70273c7fc30230cdb58198df))
* Merge pull request [#75](https://github.com/HyperTekOrg/hyperstack/issues/75) from HyperTekOrg/auth ([d9b90f9](https://github.com/HyperTekOrg/hyperstack/commit/d9b90f9bbae6cf3a70273c7fc30230cdb58198df))
### Bug Fixes
* enforce client IP claims during token verification ([c347a91](https://github.com/HyperTekOrg/hyperstack/commit/c347a91d1def05ddc8a6572eede433e348296ce5))
* resolve compilation errors in auth crates ([c4df5a8](https://github.com/HyperTekOrg/hyperstack/commit/c4df5a805ece6350db4bb5e492757785f4de5f6d))
* surface JWKS cache refresh failures ([8d99321](https://github.com/HyperTekOrg/hyperstack/commit/8d99321db74123e6b57bc06c8664a27deee5e802))
* tighten Rust auth verification and cleanup ([1413a7a](https://github.com/HyperTekOrg/hyperstack/commit/1413a7aff6fbf2fd91976c48657d0a929482c276))