代币的生命周期

发布于 2024-12-28 06:05:26 字数 73 浏览 0 评论 0原文

oauth 是否建议或要求请求/访问令牌具有特定的最小/最大生命周期?如果不是,如何知道代币是否真正受到保护?

谢谢

Does oauth recommend or require request/access tokens to have a specific min/max lifetime? If not, how does one know if the tokens are actually secured?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

盛夏已如深秋| 2025-01-04 06:05:26

对于 OAuth 2 版本,强烈建议访问令牌过期。

在访问令牌的规范中回应,它说:

过期时间:

推荐。访问令牌的生命周期(以秒为单位)。为了
例如,值“3600”表示访问令牌将
自生成响应之日起一小时后过期。
如果省略,授权服务器应该提供
过期时间可以通过其他方式或记录默认值。

For OAuth 2 version, access token expiration is strongly recommended.

In the spec for access token response, it says:

expires_in:

RECOMMENDED. The lifetime in seconds of the access token. For
example, the value "3600" denotes that the access token will
expire in one hour from the time the response was generated.
If omitted, the authorization server SHOULD provide the
expiration time via other means or document the default value.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文