Class AuthController


  • @RestController
    @RequestMapping("/auth-api")
    @CrossOrigin("http://localhost:3000")
    public class AuthController
    extends Object
    This controller defines the end-points for authentication and authorization logic.