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.
如何在 PHP 中不使用 cookie/会话协议构建安全的 HTTP 身份验证。我知道我可以使用 HTTP 摘要,但是如何在我的 RESTFull 后端实现它,它究竟是如何工作的?
谢谢
您可以使用基于令牌的身份验证。