open-webui/backend
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
..
apps refac: use dependencies to verify token 2023-12-30 12:53:33 +02:00
data fix: docker container volume mount location 2023-12-27 00:11:23 -08:00
utils refac: use dependencies to verify token 2023-12-30 12:53:33 +02:00
.dockerignore
.gitignore feat(auth): add auth middleware 2023-12-28 22:15:54 +02:00
config.py
constants.py feat: improved error message for signup 2023-12-27 12:06:22 -08:00
dev.sh fix: https connection issue 2023-12-28 09:52:30 -08:00
main.py
requirements.txt refac: use dependencies to verify token 2023-12-30 12:53:33 +02:00
start.sh fix: https connection issue 2023-12-28 09:52:30 -08:00