Uses of Class
com.greenloop.auth_service.dto.LoginRequest
Packages that use LoginRequest
-
Uses of LoginRequest in com.greenloop.auth_service.controller
Methods in com.greenloop.auth_service.controller with parameters of type LoginRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AuthResponse> AuthController.login(@Valid LoginRequest request, jakarta.servlet.http.HttpServletResponse response) Authenticates a user and issues a JWT cookie. -
Uses of LoginRequest in com.greenloop.auth_service.service
Methods in com.greenloop.auth_service.service with parameters of type LoginRequestModifier and TypeMethodDescriptionAuthService.login(LoginRequest request, jakarta.servlet.http.HttpServletResponse response) Authenticates a user and sets JWT in cookie.