Class RegistrationService

java.lang.Object
com.example.demo.registration.RegistrationService

@Service public class RegistrationService extends Object
Service class that handles the user registration process. It handles input validation, user account creation, generating and persisting confirmation tokens, and sending the verification email.