XDftr / testify-backend

An application for managing students, assignments, and automated code testing, designed for TalTech.
GNU General Public License v3.0
0 stars 0 forks source link

Develop User Registration and Authentication #2

Open XDftr opened 3 weeks ago

XDftr commented 3 weeks ago

Implement REST endpoints for user registration and login. Use Spring Security with JWT for authentication. Ensure password hashing using BCrypt. Validate user input and handle errors gracefully.