Following along from the last video, in this one we will build the endpoints that will allow for a user to register, login and logout as well as build the authenticated permissions.

🧑‍ Book a Learning Session - https://calendly.com/rithmic-studio/learning-session

Discord - https://discord.gg/TwUV34F6wC

Timestamps ⏳
00:00 - Introduction
02:05 - Serializer
03:38 - Register Endpoint
12:00 - Using Dataclasses
22:25 - Login Endpoint
33:30 - User Endpoint
35:10 - Authentication Class
41:23 - Logout Endpoint

The finished code can be found here:
- https://github.com/sixfwa/drf-api

#Django #REST #API