Momentum logo
Team 10 Classroom

🐻 Token Authentication and CORS 🐻

Posted on Dec 13th, 2021

Today’s Topics

  • Token authentication in DRF with Djoser
  • CORS headers

🎯 Collaborative Project

Kick it into gear! You should have the basics of your CRUD functionality 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

πŸ¦‰ Code

Back to home