https://github.com/youkol/shiro-support
A simple shiro extension library.
https://github.com/youkol/shiro-support
jwt shiro shiro-support spring spring-boot
Last synced: about 2 months ago
JSON representation
A simple shiro extension library.
- Host: GitHub
- URL: https://github.com/youkol/shiro-support
- Owner: youkol
- License: apache-2.0
- Created: 2018-10-24T19:19:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T14:26:15.000Z (over 2 years ago)
- Last Synced: 2025-07-27T13:46:31.597Z (11 months ago)
- Topics: jwt, shiro, shiro-support, spring, spring-boot
- Language: Java
- Homepage: https://github.com/youkol/shiro-support
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shiro-support
[](https://maven-badges.herokuapp.com/maven-central/com.youkol.support.shiro/shiro-support-parent)
[](https://oss.sonatype.org/content/repositories/snapshots/com/youkol/support/shiro/shiro-support-parent/)
[](http://www.apache.org/licenses/LICENSE-2.0.html)
A simple Shiro extension library.
### 1. Add Supports
* Spring cache-based implementations of Shiro's cache interfaces.
* A simple username/password/captcha authentication token to support the most widely-used authentication mechanism.
* Add JWT Support
* Custom implementation inherited ModularRealmAuthenticator, and
store the last AuthenticationException for multi realm.
Fix when use multi realm, lost the AuthenticationException info.
### 2. Usage
```xml
...
com.youkol.support.shiro
shiro-support
${shiro-support.version}
...
```
For spring boot autoconfigure
```xml
...
com.nimbusds
nimbus-jose-jwt
${nimbus-jose-jwt.version}
com.youkol.support.shiro
shiro-support-spring-boot-starter
${shiro-support.version}
...
```