JF
Size: a a a
JF
CV
JF
JF
CV
JF
JF
JF
JF
JF
http.cors().and().csrf().disable()
.exceptionHandling().authenticationEntryPoint(authEntryPointJwt()).and()
.sessionManagement().sessionCreationPolicy(SessionCreationPolicy.STATELESS).and()
.authorizeRequests().antMatchers("/", "/login", "/registration", "/auth").permitAll()
.anyRequest().authenticated();
JF
CV
JF
JF
JF
JF
JF
CV
JF