我可以在客户端使用 oauth 令牌吗?

发布于 2024-11-28 00:30:38 字数 50 浏览 1 评论 0原文

我可以在客户端使用服务器上生成的 oauth 令牌吗? 如果是 。 这样下去安全吗?

can I use oauth token generated on server at client side ?
if yes .
will it be secure to going like that ?

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

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

发布评论

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

评论(2

盛夏尉蓝 2024-12-05 00:30:38

我不完全确定我理解这个问题。但是,一般来说,如果您拥有应用程序令牌和用户令牌,则可以在任何地方使用它。例如,我的应用程序有移动注册或网站注册。

无论您选择哪一个,令牌都是共享的,并且可以从任一客户端使用。

I'm not completely sure I understand the question. But, in general, if you have the application token and the user token, you can use it anywhere. For instance, my application has a mobile registration or an web site registration.

Regardless of which one you do, the tokens are shared and can be used from either client.

诗笺 2024-12-05 00:30:38

OAuth 2.0 AccessToken 可用于在客户端(或任何地方)访问其资源,直到过期。这就是客户端应用程序要做的事情。

OAuth 2.0 AccessToken can be used to access its resource in client side (or anywhere), until it expires. That is what Client-side Applications means to do.

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