Django Rest Framework Authentication 🔒 ✅ Scalable Auth in 27 minutes [2023]

preview_player
Показать описание
Learn Django Rest authentication in a simple, scalable way!

Django REST framework Auth Token is a built-in token authentication system that comes with Django REST framework (DRF). It is a simple token-based authentication mechanism that allows clients to authenticate with the server by providing an API token.

Рекомендации по теме
Комментарии
Автор

This is precisely what I was looking for, just the backend code without the frontend. Straight to the point and just enough explanation.

marufbepary
Автор

This is the best video I have seen in restframework, no unecessary view rendering and setting of routers and use of generics and all that, just straight forward api and response the key things to know.

destinyobamwonyi
Автор

Way better than the university courses that just flounder and get distracted with useless things and never get to the point. Thanks!

silvertechnolo
Автор

Awesome video man! Love how you explain what's actually going on and don't just write code without explaining <3

alfonsogutierrez
Автор

Such a nice tutorial for those who want to have a grasp on the topic quickly, keep up the high quality content

softwareengineer
Автор

Fantastic work. Much better than most video out there trying to achieve the same goal. Thanks for your time.

GloomyPineapple
Автор

This was such a nice tutorial. Very easy to follow with thorough explanations and simple, readable code. Thanks!

mimiomare
Автор

Congratulations, very simple but it covers and explains the important things.

Автор

I was exactly looking for this tutorial. Thanks Adam bro. It helped me a lot. I think you are underrated. Anyone should give a look to this channel, at least this video❤❤

DressedHuman
Автор

Hey man, just inspected the django-rest-auth code and must say, nice job.

NolenFelten
Автор

Thank you so much ! You saved my day ! Very "simple" explanation !

thomasguimezanes
Автор

Thank you so much for the amazing video, this was unbelievably helpful and uncomplicated!

dominikarndt
Автор

Mate, exactly what I was looking for, thank you! Now you mentioned that in other video you would explain the how to make ir work with JS but cant seem to find it

lguarinosud
Автор

Thanks man ! This is really awesome. Precise and concise !

hazematya
Автор

love how you explain things, awesome explanation thank you.

ramiomar
Автор

Thanks a lot, really easy to follow + straight to the point. Saved lots of reading time xD.

vignarajpai
Автор

Very good Tutorial and we can use this in real time projects. We can add mobile number or any fields during registration process with this customisation. Thanks a lot man!

lfctimes
Автор

I loved this video and am excited that I got this function working in my own little project!

ty.davis
Автор

Excellent tutorial, to the point, keep up the good work!!!👏👏👏

lbuduen
Автор

Would like to see this with JWT authentication instead of token authentication

codedjango