mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 00:32:05 +00:00
bdd153d8f5
- 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
22 lines
179 B
Plaintext
22 lines
179 B
Plaintext
fastapi
|
|
uvicorn[standard]
|
|
pydantic
|
|
python-multipart
|
|
|
|
flask
|
|
flask_cors
|
|
|
|
python-socketio
|
|
python-jose
|
|
passlib[bcrypt]
|
|
uuid
|
|
|
|
requests
|
|
aiohttp
|
|
peewee
|
|
bcrypt
|
|
|
|
PyJWT
|
|
pyjwt[crypto]
|
|
|
|
black |