this post was submitted on 08 Dec 2023
3 points (100.0% liked)

Clojure programming language discussion

453 readers
1 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 4 years ago
MODERATORS
 

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 [email protected] @clojure

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 11 months ago

Nice! Thanks for sharing!