Rust JWT

Open-source Rust projects categorized as JWT

JSON Web Token is a proposed Internet standard for creating data with optional signature and/or optional encryption whose payload holds JSON that asserts some number of claims. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.

Top 13 Rust JWT Projects

  • rust-jwt

    JWT lib in rust

  • actix-web-rest-api-with-jwt

    A simple CRUD backend app using Actix-web, Diesel and JWT

  • 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.

  • Project mention: Show HN: Storing Private Keys in the Browser Securely | news.ycombinator.com | 2024-04-23
  • rauthy

    OpenID Connect Single Sign-On Identity & Access Management

  • Project mention: Rauthy OIDC v0.19 — Better support for Solid and Matrix | /r/SelfhostingHub | 2023-11-18
  • rustfulapi

    🚀 Reusable template for building REST Web Services in Rust. Uses Axum HTTP web framework and SeaORM

  • jwtinfo

    A command-line tool to get information about JWTs (Json Web Tokens)

  • oidc-filter

    A WASM plugin for Envoy supporting the Open ID Connect Authorization Flow, extending Istio's JWT functionality

  • 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
  • nft-login

    OpenID login for wallets owning an nft.

  • mini-functions

    A a highly performant utility and wrapper functions library for Rust that has been carefully designed with optimization and efficiency in mind. 🦀

  • jwt-explorer

    Decode, explore, and sign JWTs

  • rocket-firebase-auth

    Firebase auth with Rocket, batteries included

  • notiflux

    notiflux - subscribe over WebSockets, publish over REST

  • Project mention: Ask HN: What was an interesting project you started and finished over a weekend? | news.ycombinator.com | 2024-04-06

    It was actually couple of weeks ago, but a small project that took mostly just two days to put together and I'm pretty happy with how it turned out.

    Notiflux (https://github.com/ikornaselur/notiflux): a small WebSocket broadcast server, the idea being that clients connect with WebSocket (such as a website) and then any source can send a POST request to the API to broadcast messages, allowing for real-time functionality from servers that don't support WebSockets, or you might have multiple sources that each might broadcast messages.

    Auth is done by Notiflux having a public key and the sources have the corresponding private key, JWT tokens signed with the private key include topics and scope (subscribe or broadcast to the topics). Clients would auth with an API for example, get a JWT with maybe a 10 second expiry, use it to subscribe to the topics that the API would then broadcast to through Notiflux.

    It was an excuse as well to play with WebSocket in Rust and learn a little bit about the Actor Pattern.

    If I would continue I'd want to explore how well it scales, how much traffic it could handle and look into horizontal scaling, but I feel like it's complete enough as a toy project.

  • sealproxy

    An authentication proxy

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust JWT related posts

Index

What are some of the best open-source JWT projects in Rust? This list will help you:

Project Stars
1 rust-jwt 1,540
2 actix-web-rest-api-with-jwt 494
3 frank_jwt 250
4 rauthy 165
5 rustfulapi 95
6 jwtinfo 69
7 oidc-filter 58
8 nft-login 48
9 mini-functions 13
10 jwt-explorer 11
11 rocket-firebase-auth 8
12 notiflux 4
13 sealproxy 3

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com