JWT ECDSA signing in JavaScript
This article will go through how to implement JWT ECDSA signing to provide trusted, read-only tokens to a front-end app. This example is in JavaScript (Node.js on the back-end), but these concepts can be easily translated to other languages.
What's a...
blog.tinaciousdesign.com9 min read