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 を取得する
ありがとう!
通常、セッション Cookie が最適な方法です。または、空想を感じている場合は、oauth を試すことができます。