【发布时间】:2015-04-23 08:23:23
【问题描述】:
我正在 SPA 中寻找一个好的身份验证过程。
我认为 dewastator 描述的过程 in this question 看起来不错,但 the article 的过程在 his answer 中呈现的 thierry templier 似乎更复杂,因为它使用了“mac_key”、“refresh_token”等。
仅使用登录 ID、密码和访问令牌进行身份验证还不够吗?我不打算让 API 启用跨源请求
【问题讨论】:
标签: javascript authentication oauth oauth-2.0 single-page-application