cl-jwk
Common Lisp system for decoding public JSON Web Keys (JWK)
$ area51 add cl-jwkCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-jwk:some-function ...)Common Lisp system for decoding public JSON Web Keys (JWK)
$ area51 add cl-jwkCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-jwk:some-function ...)