5 lines
82 B
Python
5 lines
82 B
Python
from .secret import SECRET_KEY
|
|
|
|
ALGORITHM = "HS256"
|
|
ACCESS_TOKEN_EXPIRE_WEEKS = 2
|