Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对使用时的平均值JWT_DEFAULT_REALM或平均值感到困惑。我不是以英语为母语的人。"The default realm"Flask_JWT
JWT_DEFAULT_REALM
"The default realm"
Flask_JWT
领域是 HTTP 标准的一部分,并从服务器向客户端发送身份验证请求以及身份验证类型(JWT在本例中)。
JWT
它描述了受保护的资源。在Basic身份验证类型中,它将是表单字段上方登录框中显示的资源名称。
Basic
在使用 JWT 进行身份验证时,它的意义不大,因为您不希望用户手动输入 JWT,并且浏览器没有对 type 进行特殊处理JWT。所以它最多会包含在错误消息中。