add login endpoint
This commit is contained in:
6
src/repository/auth.py
Normal file
6
src/repository/auth.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from src.models.tokens import RefreshTokensORM
|
||||
from src.repository.base import BaseRepo
|
||||
|
||||
|
||||
class AuthRepo(BaseRepo):
|
||||
model: type[RefreshTokensORM] = RefreshTokensORM
|
||||
Reference in New Issue
Block a user