Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Building a Secure Authentication System in MERN Stack: My Experience with JWT, Refresh Tokens, RBAC, and CORS

Introduction Hey everyone! If you've ever worked on a full-stack project, you know that authentication and authorization can be a real headache. When I first started working with the MERN sta...
11.03.2025 0 Read More

Estudo de caso: arquitetura de um app fullstack moderno com Angular 19 e Spring Boot

Estudo de caso: arquitetura de um app fullstack moderno com Angular 19 e Spring Boot
Neste post, compartilho um pouco da experiência de desenvolver uma aplicação fullstack real com Angular 19, Spring Boot e Docker. O objetivo não é ensinar passo a passo, mas sim apresentar as de...
05.05.2025 0 Read More

Secure Your Laravel App with JWT Authentication

Learn how to implement JWT authentication in Laravel step by step. A beginner-friendly guide with code examples and best practices. Introduction Authentication is a crucial part of web appli...
20.03.2025 0 Read More

JWT vs. PASETO: Which One is Right for You?

Introduction If you work with authentication in web applications, you’ve probably used JSON Web Tokens (JWT). JWT is a widely adopted standard, but it has its complexities and potential sec...
21.03.2025 0 Read More

Django REST Framework with Simple JWT (JSON Web Token): Steps on how to sign and verify using the RSA algorithm

Django REST Framework with Simple JWT (JSON Web Token): Steps on how to sign and verify using the RSA algorithm
Prerequisites Before getting started, ensure you have completed the setup for Simple JWT Background In order to use the RSA algorithm, we need to have a private key and a public key. ...
22.03.2025 0 Read More

Stop Rewriting JWT Code for Every Spring Boot Project

Every time I started a new Spring Boot project, I found myself writing the same JWT authentication setup over and over again. Configure Spring Security, set up token generation, validation, blacklisti...
24.03.2025 0 Read More

🚀 Spring Boot Advanced Starter Pack : The Ultimate Power-Up for Cutting-Edge Applications !

In the fast-paced world of software development, setting up a Spring Boot project from scratch can be time-consuming. Configuring database connections, JWT authentication, email services, and AOP (Asp...
25.03.2025 0 Read More

Building a Production-Ready Authentication System with NestJS, Prisma, and JWT

Introduction Authentication is a critical aspect of any web application. In this article, we will build a production-ready authentication system using NestJS, Prisma, JWT, and Nodemailer. We'll cover ...
26.03.2025 0 Read More

How Token-Based Authentication Works: A Practical Walkthrough

Authentication is essential for securing web applications. In this article, I will explain token-based authentication using a real-world example of a login system built with React, Node.js, and MongoD...
26.03.2025 0 Read More

Parte 1: Criando um Sistema de Login com Google e JWT no Spring Boot

Introdução O login social é uma abordagem moderna para autenticação que utiliza serviços de terceiros, como Google, Facebook ou GitHub, para identificar usuários. Ele é baseado em pro...
27.03.2025 0 Read More
Loading...
#reading
day-13:
0
Microsoft announces a revolutionary keyboard designed for vibe coding!
0
Introdução aos Atores Virtuais (Grains) em .NET com Proto.Actor
0
MatrixSwarm: Stop Locking Your AI Inside Russian Nesting Dolls
0
DEV Hackathons Coming Soon 👀
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0