shiro-poc shiro-poc Configuration info https://shiro.apache.org/spring.html#Spring-WebApplications Docker Build image mvn package docker:build Run docker run -it -p 8080:8080 bsferreira/shiro-poc Endpoints examples: admin user http://localhost:8080/login?username=bruno&password=123456 read only user http://localhost:8080/login?username=ricardo&password=123456 authorized only to admin role http://localhost:8080/admin authorized to admin and read role http://localhost:8080/read logout http://localhost:8080/logout