From 7a6397f6b846372943a37a57a520a099789df859 Mon Sep 17 00:00:00 2001 From: Shepilov Vladislav Date: Sat, 9 May 2026 03:22:29 +0300 Subject: [PATCH] docs: add litestar-auth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2603a95..b00d1d0 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ that you would normally find as third-party extensions in other frameworks. - [`litestar-users`](https://github.com/LonelyVikingMichael/litestar-users) - Authentication and user management for the Litestar framework.* +- [`litestar-auth`](https://github.com/ZYLVEXT/litestar-auth) - Production-ready authentication and authorization library for Litestar with JWT, password hashing, SQLAlchemy/Advanced Alchemy integration, optional Redis session storage, OAuth, and TOTP support. ### Databases