Skip to content
Snippets Groups Projects
Commit 008ed395 authored by Ruben Backx's avatar Ruben Backx :coffee:
Browse files

Merge branch 'development' into 'main'

Deploy

See merge request !71
parents 783e2dc9 bf067ffd
Branches main
No related tags found
1 merge request!71Deploy
Pipeline #1274504 passed with warnings
......@@ -19,12 +19,16 @@ package nl.tudelft.portal.security;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;
import org.springframework.security.config.annotation.method.configuration.EnableMethodSecurity;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import nl.tudelft.labracore.lib.security.LabradorSecurityConfig;
@Order(22)
@Configuration
@EnableWebSecurity
@EnableMethodSecurity
public class PortalSecurityConfigurerAdapter extends LabradorSecurityConfig {
@Override
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment