Klasse JwtFilter

java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.springframework.web.filter.OncePerRequestFilter
com.spaghetticodegang.trylater.security.JwtFilter
Alle implementierten Schnittstellen:
jakarta.servlet.Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, org.springframework.web.context.ServletContextAware

public class JwtFilter extends org.springframework.web.filter.OncePerRequestFilter
Filter that extracts JWT from cookies and sets the security context for authenticated requests.