Added authentication and authorization, updated dependency injections, removed hard-coded connection string
This commit is contained in:
		| @@ -0,0 +1,6 @@ | ||||
| using ApplicationLayer.AuthServices.Requests; | ||||
|  | ||||
| namespace ApplicationLayer.AuthServices.RegisterService.Exceptions | ||||
| { | ||||
|     public class UserAlreadyExistsException(RegisterApplicantRequest request) : Exception($"User with email '{request.Email}' already exists"); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user