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.
我有一个使用 REST 请求调用访问的 REST 后端。这个后端有一个瘦客户端前端和一个使用 REST api 的插件。
目前,安全性是使用 HTTP 基本身份验证实现的。
现在我想实现 oauth 作为安全机制。我已阅读有关 oauth 的所有内容,但找不到使用 oauth 保护 RESTful 后端的工作示例。
请任何人指导我如何在我的应用程序中实现 oauth 安全性?