|
|
headers={"WWW-Authenticate": "Bearer"},
|
|
headers={"WWW-Authenticate": "Bearer"},
|
|
|
payload = jwt.decode(refresh_token, config.SECRET_KEY, algorithms=[config.ALGORITHM])
|
|
payload = jwt.decode(refresh_token, config.SECRET_KEY, algorithms=[config.ALGORITHM])
|