Uses of Class
com.jangular.backend.dto.AuthRequest
Packages that use AuthRequest
-
Uses of AuthRequest in com.jangular.backend.controller
Methods in com.jangular.backend.controller with parameters of type AuthRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AuthResponse> AuthController.login(@Valid AuthRequest loginRequest, jakarta.servlet.http.HttpServletRequest request) User login endpoint -
Uses of AuthRequest in com.jangular.backend.service
Methods in com.jangular.backend.service with parameters of type AuthRequestModifier and TypeMethodDescriptionAuthenticationService.authenticate(AuthRequest request, String ipAddress, String userAgent) Authenticate user and generate JWT tokens