feat: enable public access for podcasts in shared chats

This commit is contained in:
CREDO23 2026-01-26 15:56:49 +02:00
parent 7017a14107
commit aeb0deb21e
3 changed files with 50 additions and 19 deletions

View file

@ -229,3 +229,4 @@ auth_backend = AuthenticationBackend(
fastapi_users = FastAPIUsers[User, uuid.UUID](get_user_manager, [auth_backend])
current_active_user = fastapi_users.current_user(active=True)
current_optional_user = fastapi_users.current_user(active=True, optional=True)