buji-pac4j-demo
buji-pac4j-demo copied to clipboard
Shiro webapp using the buji-pac4j bridge and the javaee-pac4j security library
This buji-pac4j-demo project is a Shiro web application using:
- the Shiro security library
- the javaee-pac4j security library
- the buji-pac4j bridge from pac4j to Shiro.
Start & test
You can build the project and run it on http://localhost:8080 using the following commands:
cd buji-pac4j-demo
mvn clean package jetty:run
If you want to use Guice, please see the buji-guice-demo.