Encrypting a JSON Web Token in Erlang, using JOSE
13 Feb 2023 17:46
In an earlier post, I showed how to encrypt a JSON Web Token in Erlang. I used plain-ol’ Erlang. Here’s how to use the jose package to do the same thing.