Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/careydevelopment/jwt-security
Handles security for the Carey Development ecosystem.
https://github.com/careydevelopment/jwt-security
java json jwt security spring spring-boot
Last synced: 21 days ago
JSON representation
Handles security for the Carey Development ecosystem.
- Host: GitHub
- URL: https://github.com/careydevelopment/jwt-security
- Owner: careydevelopment
- License: mit
- Created: 2021-05-21T13:59:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T13:17:39.000Z (about 2 years ago)
- Last Synced: 2023-12-07T10:36:44.132Z (about 1 year ago)
- Topics: java, json, jwt, security, spring, spring-boot
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)
# Carey Development JWT Security
![](https://img.shields.io/badge/jdk-11-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/maven-3.6.3-blue.svg)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/us.careydevelopment.ecosystem/jwt-security/badge.svg)](https://search.maven.org/artifact/us.careydevelopment.ecosystem/jwt-security/2.2.0/jar)Carey Development JWT Security is a package of classes that handle JSON Web Token based security for microservices within the Carey Development ecosystem.
## Latest Release
You can pull it from the central Maven repositories:```xml
us.careydevelopment.ecosystem
jwt-security
2.2.0
```## License
This code is under the [MIT License](https://github.com/careydevelopment/date-util/blob/main/LICENSE).