forked from open-webui/open-webui
Merge pull request #624 from explorigin/session-security
Improve Session Security
This commit is contained in:
commit
323ec3787e
8 changed files with 34 additions and 23 deletions
|
@ -5,12 +5,7 @@ import uuid
|
|||
from peewee import *
|
||||
|
||||
from apps.web.models.users import UserModel, Users
|
||||
from utils.utils import (
|
||||
verify_password,
|
||||
get_password_hash,
|
||||
bearer_scheme,
|
||||
create_token,
|
||||
)
|
||||
from utils.utils import verify_password
|
||||
|
||||
from apps.web.internal.db import DB
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue