gingeleski / cucumber-spring-security-tests

Cucumber/BDD security tests example for Java (Spring Boot API).
9 stars 8 forks source link

Transition to annotation-based access control #11

Closed gingeleski closed 6 years ago

gingeleski commented 6 years ago

Right now configuration happens in WebSecurity.java and it would be preferable to distribute the access control stuff with method annotations.