Open XDftr opened 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.
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.