https://github.com/kkazuo/json-web-key
A Clojure library designed to decode JSON Web Key.
https://github.com/kkazuo/json-web-key
clojure jwt
Last synced: 3 months ago
JSON representation
A Clojure library designed to decode JSON Web Key.
- Host: GitHub
- URL: https://github.com/kkazuo/json-web-key
- Owner: kkazuo
- License: epl-1.0
- Created: 2017-07-15T03:58:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T04:03:17.000Z (almost 9 years ago)
- Last Synced: 2025-12-29T00:58:02.396Z (6 months ago)
- Topics: clojure, jwt
- Language: Clojure
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# json-web-key
A Clojure library designed to decode JSON Web Key.
## Usage
(require '[json-web-key.core :refer :all])
(jwk->publickey {"kty" "RSA", "n" "l9Cn....", "e" "AQAB"})
You can get example JWKs from:
% curl -s https://www.googleapis.com/oauth2/v3/certs
## License
Copyright © 2017 Koga Kazuo
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.