Latest Updates

Documenting code, one commit at a time.

Java 8 posts
×

Implementing Secure Authentication with Spring Security and JWT

In the AplicacionJoyeria project, we've recently integrated a robust authentication system to manage user access. This update introduces comprehensive login, signup, and logout functionalities, underpinned by modern security practices using Spring Security and JSON Web Tokens (JWT).

The Challenge

Building a modern web application requires a secure, scalable, and stateless authentication

Read more

Securing Your API: The Power of Dual JWT Access and Refresh Tokens in Spring

In the world of modern APIs, secure and stateless authentication is paramount. Without it, your applications are vulnerable, and user trust quickly erodes. The challenge often lies in striking the right balance between robust security and seamless user experience.

In the AplicacionJoyeria project, we've recently enhanced our authentication mechanism to provide a more secure and robust

Read more

Building a RESTful API with Spring Boot: A Jewelry Application Case Study

Introduction

This post explores the development of a RESTful API using Spring Boot, focusing on the "AplicacionJoyeria" project. While details of the specific application are not available, this post will outline the common steps and best practices involved in creating such an API, incorporating technologies like Spring, Maven, Hibernate, JUnit, PostgreSQL, Swagger, JWT, Stripe, and the

Read more

Streamlining React and Spring Boot Integration

Introduction

Integrating a React frontend with a Spring Boot backend can sometimes feel like navigating a maze. Ensuring smooth data flow and efficient updates between these two powerful frameworks is crucial for modern web application development. This post dives into a strategy for merging updates between a React-based user interface and a Spring Boot API, focusing on consistent data

Read more