nord vpnnord vpn
Ad

Untitled

mail@pastecode.io avatar
unknown
plain_text
2 months ago
379 B
2
Indexable
Never
.authorizeHttpRequests(
                        authorize -> authorize
                                .requestMatchers("/error").permitAll()
                                .requestMatchers("/admin/**").hasAuthority(AuthorityName.ADMIN.name())
                                .requestMatchers("/deny/**").denyAll()
                                .anyRequest().authenticated());

nord vpnnord vpn
Ad