You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proyecto de Desarrollo de Aplicaciones de la UNQ. Backend de fútbol que combina scraping de WhoScored para jugadores/equipos con una API REST segura (JWT en cookie) y persistencia de usuarios en H2, listo para que un frontend consuma datos de plantillas y estadísticas.
A secure and extensible user authentication API built with Spring Boot, supporting user registration, password encryption, and profile handling using RESTful APIs.
A cross-browser Chromium cookie extractor that uses Chrome DevTools Protocol to safely export cookies in Firefox format for forensic and educational use.
This repository showcases a basic example of Java Servlets handling HTTP requests and using Cookies for session management. The project demonstrates how servlets can store and retrieve cookies to maintain user sessions across different servlets. It was built using Eclipse IDE, with deployment on Apache Tomcat
Created a robust MVC car rental app for Fawry internship, enabling CRUD operations and session tracking. Implemented servlet filters and cookies for security enhancement. App facilitates seamless management of car listings with user-friendly interface.