JWT, JWS, JWE and how to cook them

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • n0rdy-blog-code-samples

    Code samples for https://n0rdy.foo posts

  • All the code examples are available here. If you run this code, you'll see the same JSON printed to the terminal as above.

  • go-jose

    An implementation of JOSE standards (JWE, JWS, JWT) in Go (by go-jose)

  • Since I used Go for the examples above, let's use the Go JOSE library to show how it can help us.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • frank_jwt

    JSON Web Token implementation in Rust.

  • The (probably) most famous web resource about JWT - https://jwt.io - provides such a definition of JSON Web Tokens:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts