...
1# How to JWx That
2
3Here 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.
4
5If you would rather see code, try the [examples directory](../examples)
6
7* [Anatomy of JOSE](./00-anatomy.md)
8* [Working with JWT](./01-jwt.md)
9* [Working with JWS](./02-jws.md)
10* Working with JWE (TODO)
11* [Working with JWK](./04-jwk.md)
12* [Global Settings](./20-global-settings.md)
13* [Integrating With Frameworks](./21-frameworks.md)
14* [Frequently Asked Questions](./99-faq.md)
View as plain text