github.com/lestrrat-go/jwx/v2@v2.0.21/docs/README.md (about)

     1  # How to JWx That
     2  
     3  Here you will find bits and pieces of code explaining how to perform certain Javascript Object Signing and Encryption (JOSE) operations using [`github.com/lestrrat-go/jwx/v2`](https://github.com/lestrrat-go/jwx/tree/v2).
     4  
     5  If 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](./03-jwe.md)
    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)