From d5894c77c080f28af526e53d5a585187001188eb Mon Sep 17 00:00:00 2001 From: Rik Heijmann Date: Sat, 15 Feb 2025 22:34:32 +0100 Subject: [PATCH] Listed key rotation and expirationin the documentation. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a8fbac..2e257ae 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ _Spec-driven development workflow_ ### **Enterprise-Grade Security** _Security by design architecture_ - JWT authentication with Argon2id password hashing (OWASP recommended) -- TLS 1.3/HTTP2 via AWS-LC (FIPS 140-3 compliant cryptography) +- TLS 1.3/HTTP2 via AWS-LC (FIPS 140-3 compliant cryptography) +- Key rotation & expiration - Role-Based Access Control (RBAC) implementation: ```rust .layer(middleware::from_fn(|req, next|