updated providers
This commit is contained in:
@@ -3,7 +3,6 @@ import enum
|
||||
from typing import Optional, Union, Dict, Any, List
|
||||
from pydantic import BaseModel
|
||||
from Controllers.Redis.database import RedisActions
|
||||
from ..config import api_config
|
||||
|
||||
|
||||
class UserType(enum.Enum):
|
||||
@@ -131,7 +130,6 @@ TokenDictType = Union[EmployeeTokenObject, OccupantTokenObject]
|
||||
|
||||
class TokenProvider:
|
||||
|
||||
AUTH_KEY: str = api_config.ACCESS_TOKEN_TAG
|
||||
AUTH_TOKEN: str = "AUTH_TOKEN"
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user