Skip to content

Authentication/Authorisation poc using Shiro and SpringBoot

Notifications You must be signed in to change notification settings

bsferreira/shiro-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
read only user
authorized only to admin role
authorized to admin and read role
logout

About

Authentication/Authorisation poc using Shiro and SpringBoot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages