public void onAuthenticationSuccess()

in src/main/java/com/epam/digital/data/platform/starter/security/jwt/JwtAuthenticationSuccessHandler.java [29:32]


  public void onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response,
      Authentication authentication) {
    // We do not need to do anything extra on REST authentication success, because there is no page to redirect to
  }