Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
47

Latest Updates

Documenting code, one commit at a time.

Hardening Web Applications: A Blue Team's Guide to Robust Security

In an era where cyber threats constantly evolve, proactive security measures are paramount. Even seemingly minor vulnerabilities can be exploited to compromise user data or disrupt services. Our recent "Blue Team" initiative for the estrella-tour project focused on fortifying several key areas of our web application, transforming potential weak points into robust defenses.

Navigating Expired Cookies: A Middleware Fix for estrella-tour's Authentication Flow

Working on the estrella-tour project, we recently tackled a subtle but critical user experience issue related to authentication. Users were finding themselves locked out of the very pages designed for access: /login and /register. This seemingly contradictory behavior stemmed from how our proxy and associated middleware handled expired session cookies.

The Situation