keepme-backend / src /middlewares /_authentication.py

Commit History

Refactor Dockerfile and clean up unused schemas; update Redis client initialization and environment configuration
a3aa6c1

ramanjitsingh1368 commited on

Add CORS headers to error responses in AuthenticationMiddleware for improved client compatibility
aac8286

narinder1231 commited on

Add support for OPTIONS method in AuthenticationMiddleware to bypass authentication
1fac072

narinder1231 commited on

Improve Conversation and File API routers to enforce authentication dependencies
14bfd4c

ramanjitsingh1368 commited on

Improve file and conversation services to use repository pattern
1e0a76d

ramanjitsingh1368 commited on

exempt logout route from auth middleware
78c825a

narinder1231 commited on

Add exemption for WebRTC routes in authentication middleware
605ed23

narinder1231 commited on

Add error handling in authentication middleware and improve session expiration check
862aa9a

narinder1231 commited on

Add authentication middleware and update auth controller for API key validation
302d8c7

narinder1231 commited on