Merge pull request #624 from explorigin/session-security

Improve Session Security
This commit is contained in:
Timothy Jaeryang Baek 2024-02-03 17:41:31 -08:00 committed by GitHub
commit 323ec3787e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 34 additions and 23 deletions

View file

@ -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