Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T14:26:15.000Z (8 months ago)
- Last Synced: 2024-10-07T09:05:24.425Z (about 1 month ago)
- Topics: jwt, shiro, shiro-support, spring, spring-boot
- Language: Java
- Homepage: https://github.com/youkol/shiro-support
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shiro-support
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.youkol.support.shiro/shiro-support-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.youkol.support.shiro/shiro-support-parent)
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.youkol.support.shiro/shiro-support-parent?server=https%3A%2F%2Foss.sonatype.org)](https://oss.sonatype.org/content/repositories/snapshots/com/youkol/support/shiro/shiro-support-parent/)
[![License](https://img.shields.io/badge/license-apache-brightgreen)](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}
...```