We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1a8da commit 01d35e6Copy full SHA for 01d35e6
1 file changed
backend/src/main/java/com/back/global/security/CustomAuthenticationFilter.java
@@ -44,11 +44,11 @@ public class CustomAuthenticationFilter extends OncePerRequestFilter {
44
"/api/v1/auth/login",
45
"/api/v1/auth/signup",
46
"/api/v1/tickets/entry/verify",
47
- "/api/v1/auth/oauth/exchange"
+ "/api/v1/auth/oauth/exchange",
48
+ "/api/v1/auth/logout"
49
);
50
51
private static final Set<String> AUTH_PREFIX_WHITELIST = Set.of(
- "/api/v1/auth/",
52
"/oauth2/",
53
"/login/oauth2/"
54
0 commit comments