JWT, JWS, JWE and how to cook them

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • Show HN: Storing Private Keys in the Browser Securely

    2 projects | news.ycombinator.com | 23 Apr 2024
  • Authentication using JSON Web Tokens.

    1 project | dev.to | 11 Apr 2024
  • Rethinking password security: say goodbye to plaintext passwords

    1 project | dev.to | 2 Apr 2024
  • JWT Authentication in NodeJS

    1 project | dev.to | 29 Feb 2024
  • FullStack Next.js & Django Authentication: Django REST, TypeScript, JWT, Wretch & Djoser

    3 projects | dev.to | 12 Feb 2024