Latest Updates

Documenting code, one commit at a time.

Security 2 posts
×

Enhancing User Registration and Login in Java Applications

In the MendrikaNomentsoa/rdv_Medecin project, recent modifications have focused on refining the user registration and login functionalities. These are critical components of any application, ensuring secure access and a smooth user experience from the very first interaction.

The Challenge

Building robust registration and login systems involves more than just collecting credentials.

Read more

Enhancing Web Application Security with Filters in Java

Introduction

This post discusses how to enhance the security of web applications using filters in Java. Filters provide a way to intercept and process requests before they reach servlets or other resources, allowing for centralized security checks and request modification.

Securing Pages with Filters

Filters can be used to implement various security measures, such as authentication,

Read more