Momentum logo
Team 8 Classroom

🐝 Token Authentication and CORS 🐝

Posted on Jul 20th, 2021

Today’s Topics

  • QuestionBox models
  • Token authentication in DRF with djoser
  • CORS headers

🎯 Project: QuestionBox

Kick QuestionBox into gear! You should be able to return questions and answers at least by tomorrow.

πŸ“– Read | πŸ“Ί Watch | 🎧 Listen

  • Finally Understand auth in DRF - a Will Vincent talk -> Will isn’t using the djoser library but he does a great job of reviewing different auth strategies and why you would choose one or the other. Watch this for a better understanding and overview of auth.

πŸ”– Resources

Authentication

CORS

Permissions

Back to home