📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Authentication token in Rest API using Django Rest Framework

18-07-2023 - Andrés Cruz

Authentication token in Rest API using Django Rest Framework

Autenticación We are going to create a function and configurations to protect all the Rest APIs created above with authentication tokens using the Django Rest Framework.

Continuar leyendo


Create an authentication backend for custom login in Django

11-07-2023 - Andrés Cruz

Create an authentication backend for custom login in Django

Autenticación Let's see how we can create a custom login or backend for authentication in Django.

Continuar leyendo


Rest Api in Flask with JSON Web Token in MySQL or MongoDB

31-10-2025 - Andrés Cruz

Rest Api in Flask with JSON Web Token in MySQL or MongoDB

Autenticación In this post we are going to know how we can work with Json Web Tokens in FlaskRestFul using MongoDB or MySQL with the FlaskUser package.

Continuar leyendo


Create a Restful API in Flask with authentication required

26-10-2025 - Andrés Cruz

Create a Restful API in Flask with authentication required

Autenticación We are going to learn how to easily create a Restful API in Flask using the package called flask_restful which, as its name suggests, allows us to easily create a CRUD Restful API.

Continuar leyendo


Authorization in Laravel Gate and Police

13-11-2025 - Andrés Cruz

Authorization in Laravel Gate and Police

Autenticación Gates are an authorization feature that allow you to define policies to control access to certain parts of your application.

Continuar leyendo


Laravel Permission Spatie to handle authorization with roles, installation and about the package

13-11-2025 - Andrés Cruz

Laravel Permission Spatie to handle authorization with roles, installation and about the package

Autenticación We will talk about Laravel Spatie and installing it in a Laravel project.

Continuar leyendo


Create auth token in Laravel Sanctum for a Rest Api

10-04-2023 - Andrés Cruz

Create auth token in Laravel Sanctum for a Rest Api

Autenticación We will see how to generate an authentication token in Laravel Sanctum, which are essential to protect our rest resources in a Rest API.

Continuar leyendo


Laravel Breeze, generate an authentication system and configure Tailwind.css

07-04-2023 - Andrés Cruz

Laravel Breeze, generate an authentication system and configure Tailwind.css

Autenticación We will learn how to set up a Laravel project with Laravel Breeze to create a simple authentication system and configure Tailwind.css and Alpine.js

Continuar leyendo