🎓 Student Web Automation (JWT, Sessions, Secure Data)
Project Summary
I’d like to share a Student Web Automation project that I built together with my teammates as part of a Web Programming course.
Our goal was to deliver a basic—but security-aware—application using a server-client architecture.
🛠 Technical Details
- JWT (JSON Web Token) authentication: Identity verification is implemented using token-based auth.
- Cookie-based session management: Sessions are handled through cookies.
- Secure data storage: Sensitive data is designed to be stored in a hashed form.
- Frontend: The UI is built with Bootstrap, with some inline CSS adjustments to improve visuals and UX.
✅ Collaboration & Process
- Throughout development, we actively used GitHub for collaboration and version control.
- It was a fun end-to-end project delivered within the course.