DjangoCon US 2018 - Finally Understand Authentication in Django REST Framework by William S. Vincent

Traditional Django handles user authentication for us. REST Framework? Not so much. The abundance of choice is overwhelming and typically THE biggest obstacle for newcomers.

This talk is a deep dive on authentication in Django REST Framework. Weโ€™ll start with an overview of HTTP and REST APIs before demonstrating how to implement the 4 built-in auth modes and their respective pros/cons. Special attention will be paid to common gotchas such as, Why do I need โ€œbothโ€ TokenAuth and SessionAuth? What are JWTs?

Next weโ€™ll implement a real-world REST auth setup that includes user registration, password reset/confirm, social auth, and endpoints for sign up, log in, and log out. The third-party packages django-rest-auth and django-allauth will be used .

By the end of the talk attendees will understand the basics of REST authentication, the tradeoffs involved, and walk away with a working implementation to jumpstart their future projects.

This talk was presented at: https://2018.djangocon.us/talk/finally-understand-authentication-in/

LINKS: Follow Will Vincent ๐Ÿ‘‡ On Twitter: https://twitter.com/wsv3000 Official homepage: https://wsvincent.com

Follow DjangCon US ๐Ÿ‘‡ https://twitter.com/djangocon

Follow DEFNA ๐Ÿ‘‡ https://twitter.com/defnado https://www.defna.org/

Date Added: September 19, 2024

Watch Video