Here you will find bits and pieces of code explaining how to perform certain Javascript Object Signing and Encryption (JOSE) operations using https://github.com/lestrrat-go/jwx for Go.
Technical details: The code and command invocations in the following article was tested and run using github.com/lestrrat-go/[email protected] on go 1.16, MacBook Pro (M1, 2020)
- Anatomy of JOSE
- Working with JWT
- Working with JWS
- Working with JWE (TODO)
- Working with JWK
- Frequently Asked Questions