mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-04-19 11:11:18 +00:00
Update UserAuthenticationFilter.java
This commit is contained in:
parent
3400cd0751
commit
4e67aa52e6
@ -130,7 +130,6 @@ public class UserAuthenticationFilter extends OncePerRequestFilter {
|
||||
return;
|
||||
}
|
||||
String requestURI = request.getRequestURI();
|
||||
// authentication = SecurityContextHolder.getContext().getAuthentication(); }
|
||||
|
||||
// Check for API key in the request headers if no authentication exists
|
||||
if (authentication == null || !authentication.isAuthenticated()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user