https://github.com/kkazuo/jwtverify
OpenID Connect ID Token JWT verify
https://github.com/kkazuo/jwtverify
fsharp jwt openid
Last synced: 13 days ago
JSON representation
OpenID Connect ID Token JWT verify
- Host: GitHub
- URL: https://github.com/kkazuo/jwtverify
- Owner: kkazuo
- License: mit
- Created: 2017-02-25T14:54:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T05:05:12.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T15:15:35.362Z (over 1 year ago)
- Topics: fsharp, jwt, openid
- Language: F#
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JWT Verify Server
OpenID Connect's ID Token verifier with F#.
```
curl http://localhost:8080/tokeninfo?id_token=ey......
```