👩💻 Join our community of thousands of amazing developers!
GitHub: ben9583/authorization-tests This is just me experimenting with methods of authorization, such as JWTs. The project has an NodeJS server component and a React frontend making use of redis as a database. Description This project represents a full-stack web app that makes use of secure authentication practices I decided to make for practice. Right now, I’m just using a JWT stored in document.cookie with HttpOnly and SameSite=strict meant to address XSS and CSRF respectively....