AccountId add into AC class

Issue #8 new
Masudur Rahman created an issue

No description provided.

Comments (1)

  1. Anna Nagy Account Deactivated
    }
    

    Add a comment to this line

         private static JwtAuthenticationResult createFailure(Exception e, int httpResponseCode, String externallyVisibleMessage)
         {
    -        LOGGER.debug("Failure during JWT authentication: ", e);
    +        LOGGER.info("Failure during JWT authentication: ", e);
             return createErrorResult(httpResponseCode, externallyVisibleMessage);
         }
    
         private static JwtAuthenticationResult createErrorResult(int httpResponseCode, String externallyVisibleMessage)
         {
             return new JwtAuthenticationResult(status(httpResponseCode, externallyVisibleMessage));
         }
    

  2. Log in to comment