Skip to content

kkazuo/json-web-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Clojure library designed to decode JSON Web Key.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published