签发token

      #签发token
        payload = jwt_payload_handler(user)
        token = jwt_encode_handler(payload)

相关文章: