try to decode the token, it will. # raise error if the token is not correct. payload = jwt.decode(token, SECRET_KEY, algorithms = [ALGORITHM]).
確定! 回上一頁