Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trusona/jwt-jwks-example
JWT / JWKS Example from Trusona Labs
https://github.com/trusona/jwt-jwks-example
Last synced: 15 days ago
JSON representation
JWT / JWKS Example from Trusona Labs
- Host: GitHub
- URL: https://github.com/trusona/jwt-jwks-example
- Owner: trusona
- License: mit
- Created: 2023-10-12T15:47:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-12T15:50:00.000Z (over 1 year ago)
- Last Synced: 2023-10-17T18:47:02.012Z (over 1 year ago)
- Language: Java
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trusona Labs
## JWT / JWKS Example
To build it with [gradle](https://gradle.org).
```bash
./gradlew build
```To run it with [foreman](https://github.com/ddollar/foreman).
```bash
PORT=9090 foreman start
```Then... [http://localhost:9090](http://localhost:9090)