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 2 months ago

XDftr commented 2 months 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.