Latest Updates

Documenting code, one commit at a time.

Security 1 post
×

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