Skip to content

Commit

Permalink
Update AuthFilter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
urviljoshi authored Mar 26, 2020
1 parent 9581cb0 commit a64b7ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private String[] allowedEndPoints() {
"/**/configuration/security", "/**/swagger-resources/**", "/**/swagger-ui.html", "/**/csrf", "/*/",
"**/authenticate/**", "/**/actuator/**", "/**/authmanager/**", "/sendOtp", "/validateOtp",
"/invalidateToken", "/config", "/login", "/logout", "/validateOTP", "/sendOTP", "/**/login",
"/**/logout" };
"/**/logout","/**/h2-console/**" };

}

Expand Down Expand Up @@ -164,4 +164,4 @@ private String convertObjectToJson(Object object) throws JsonProcessingException
return mapper.writeValueAsString(object);
}

}
}

0 comments on commit a64b7ab

Please sign in to comment.