Constructing dummy JSON Web Token (JWT) using ClojureScript
https://www.emcken.dk/programming/2023/12/07/dummy-jwt-with-clojurescript/
JWT seems broadly used around the internet for all kinds of services and I wanted to use it for a service of my own. To increase testing speed while interacting with the backend, I wanted to be able to rapidly create new JWTs to see the effect of...
#clojure #clj #cljs !clojure@lemmy.ml @clojure
You're viewing a single thread.
Nice! Thanks for sharing!