mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
feat: enable public access for podcasts in shared chats
This commit is contained in:
parent
7017a14107
commit
aeb0deb21e
3 changed files with 50 additions and 19 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue