Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkazuo/jwtverify
OpenID Connect ID Token JWT verify
https://github.com/kkazuo/jwtverify
fsharp jwt openid
Last synced: about 14 hours 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 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T05:05:12.000Z (over 2 years ago)
- Last Synced: 2024-07-30T18:33:02.328Z (4 months 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......
```