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.
使用 Django REST API 对用户进行身份验证的最佳方法是什么?
1) 发送在每个请求中加密的用户名/密码 2) 获取会话 cookie
谢谢!
session cookie 通常是最好的方法。或者,如果您喜欢,可以尝试 oauth。