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