open-webui/backend/apps/web/models
Anuraag Jain bdd153d8f5 refac: use dependencies to verify token
- feat: added new util to get the current user when needed. Middleware was adding authentication logic to all the routes. let's revisit if we can move the non-auth endpoints to a separate route.
- refac: update the routes to use new helpers for verification and retrieving user
- chore: added black for local formatting of py code
2023-12-30 12:53:33 +02:00
..
auths.py fix: print removed 2023-12-27 11:14:46 -08:00
chats.py feat: chat export 2023-12-26 22:10:22 -08:00
modelfiles.py feat: modelfiles migration support 2023-12-26 23:58:40 -08:00
users.py refac: use dependencies to verify token 2023-12-30 12:53:33 +02:00