We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde0ec0 commit 0d7caf1Copy full SHA for 0d7caf1
…/opa/config/JwtAuthenticationFilter.java …pi/opa/auth/JwtAuthenticationFilter.javasrc/main/java/org/openpodcastapi/opa/config/JwtAuthenticationFilter.java renamed to src/main/java/org/openpodcastapi/opa/auth/JwtAuthenticationFilter.java
@@ -1,4 +1,4 @@
1
-package org.openpodcastapi.opa.config;
+package org.openpodcastapi.opa.auth;
2
3
import io.jsonwebtoken.Claims;
4
import io.jsonwebtoken.Jwts;
src/main/java/org/openpodcastapi/opa/config/SecurityConfig.java
@@ -3,6 +3,7 @@
import lombok.RequiredArgsConstructor;
import org.openpodcastapi.opa.auth.JwtAccessDeniedHandler;
5
import org.openpodcastapi.opa.auth.JwtAuthenticationEntryPoint;
6
+import org.openpodcastapi.opa.auth.JwtAuthenticationFilter;
7
import org.springframework.context.annotation.Bean;
8
import org.springframework.context.annotation.Configuration;
9
import org.springframework.security.authentication.AuthenticationManager;
0 commit comments