ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

260 results

vlogize
Understanding Authentication in Django Rest Framework: Session vs Token Authentication

Explore the differences between `Session Authentication` and `Token Authentication` in Django Rest Framework. Learn the best ...

1:43
Understanding Authentication in Django Rest Framework: Session vs Token Authentication

1 view

8 months ago

vlogize
How to Customize Persistent Auth Token in drf-yasg

Learn how to make authentication tokens persistent using drf-yasg in Django REST Framework. This guide explains the ...

1:23
How to Customize Persistent Auth Token in drf-yasg

7 views

8 months ago

vlogize
Understanding the Differences Between Django's Auth Backend and DRF's Token Authentication

Explore the fundamental differences between `Django's auth backend` and `DRF's token authentication`, and learn how to choose ...

1:43
Understanding the Differences Between Django's Auth Backend and DRF's Token Authentication

0 views

2 months ago

Njoku Samson Ebere
DRF Login Endpoint Tutorial — Authenticate Users in Django Rest Framework

Learn how to create a secure Login Endpoint in Django Rest Framework (DRF) to authenticate users in your API.

2:22
DRF Login Endpoint Tutorial — Authenticate Users in Django Rest Framework

145 views

6 months ago

vlogize
How to Effectively Handle OPTIONS Requests in a Django REST API

Use Proper Authentication When working with Django REST Framework (DRF), the OPTIONS request will respond based on the ...

1:47
How to Effectively Handle OPTIONS Requests in a Django REST API

2 views

8 months ago

vlogize
How to Customize Django Rest Framework SimpleJWT for User Object Retrieval

Learn how to modify Django Rest Framework SimpleJWT to return a user object along with the JWT token during authentication.

1:53
How to Customize Django Rest Framework SimpleJWT for User Object Retrieval

0 views

3 months ago

vlogize
How to Use a token Across Multiple Methods in Django Rest Framework View Classes

Learn how to effectively share a variable across different methods in a Django Rest Framework view class, specifically how to ...

1:52
How to Use a token Across Multiple Methods in Django Rest Framework View Classes

0 views

8 months ago

vlogize
How to Bypass CSRF Token Requirement with Token Authentication in DRF

Learn how to bypass CSRF token requirement using token authentication in Django Rest Framework (DRF) to secure your API ...

1:34
How to Bypass CSRF Token Requirement with Token Authentication in DRF

32 views

10 months ago

Njoku Samson Ebere
How to Log Users Out in Django Rest Framework (DRF) – Secure & Simple Guide

Learn how to securely log users out in Django Rest Framework (DRF) using authentication tokens and session-based ...

2:26
How to Log Users Out in Django Rest Framework (DRF) – Secure & Simple Guide

167 views

9 months ago

vlogize
Understanding CSRF Checking with SimpleJWT and Django Rest Framework

Discover how to handle `CSRF` checks when using `JWT authentication` in `Django Rest Framework`. Learn the differences ...

2:06
Understanding CSRF Checking with SimpleJWT and Django Rest Framework

19 views

8 months ago

PratikG
Django Authentication with Email OTP | User Registration, Login & Verification Demo

Learn how to build a robust Django authentication system featuring email-based OTP verification, secure user registration, ...

3:34
Django Authentication with Email OTP | User Registration, Login & Verification Demo

43 views

3 months ago

vlogize
Solving the Issue of Django REST Authentication Not Working with React

For example, the original title of the Question was: Django REST authentication not working with React Also, Content (except ...

2:13
Solving the Issue of Django REST Authentication Not Working with React

0 views

4 months ago

vlogize
How to Create Custom Login Decorators in Django for Session-Based Authentication

Learn how to implement custom login decorators in Django to manage user access without a database. Perfect for apps using ...

1:49
How to Create Custom Login Decorators in Django for Session-Based Authentication

12 views

8 months ago

vlogize
Understanding API Access Denied Errors in Django Rest Framework

Explore why you may encounter access denied errors in Django Rest Framework, even when using `AllowAny` permission.

1:28
Understanding API Access Denied Errors in Django Rest Framework

6 views

8 months ago

vlogize
How to Obtain a Bearer Token from Django REST Framework Using React

Learn how to efficiently extract a `Bearer token` from your Django REST Framework backend when using a React frontend.

1:46
How to Obtain a Bearer Token from Django REST Framework Using React

3 views

6 months ago

vlogize
How to Use Simple JWT with a Custom User Model in Django

Discover how to integrate `Simple JWT` for a custom User Model in Django, including managing customer sessions and refresh ...

1:27
How to Use Simple JWT with a Custom User Model in Django

6 views

6 months ago

CodeIgnite
django rest framework user register login logout api

Download 1M+ code from https://codegive.com/48225c8 certainly! in this tutorial, we'll walk through creating a simple user ...

3:27
django rest framework user register login logout api

41 views

10 months ago

vlogize
Resolving AttributeError at Logout in Django API: Understanding Authentication and Permissions

In the Django REST Framework, if a user is logged out or has not logged in yet, they are represented as AnonymousUser.

1:42
Resolving AttributeError at Logout in Django API: Understanding Authentication and Permissions

2 views

3 months ago

vlogize
Accessing the current user in Django REST Framework's viewsets.ViewSet

A comprehensive guide on how to access the `current user` within `viewsets.ViewSet` in Django REST Framework, complete with ...

1:26
Accessing the current user in Django REST Framework's viewsets.ViewSet

0 views

3 months ago

vlogize
Implementing Login Using JWT Authentication in Django

Learn how to implement JWT authentication for login functionality in Django applications using djangorestframework-simplejwt.

2:12
Implementing Login Using JWT Authentication in Django

3 views

8 months ago