SaaSHub helps you find the best software and product alternatives Learn more →
Top 18 Rust Authorization Projects
-
Ockam
Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
Project mention: Ask HN: What Are You Working On? (September 2025) | news.ycombinator.com | 2025-09-29
biscuit-based identity and authorization
I’m working on https://www.hessra.net/, an identity + authorization service built around [Biscuits](https://www.biscuitsec.org/) instead of JWTs. The goal is to decompose auth primitives so they’re easier to use in service-to-service cases, while also showing off what Biscuit tokens make possible.
JWTs feel like problems waiting to happen. I think biscuits give stronger guarantees and are harder to get wrong.
One piece I’ve shipped is an identity token that can be delegated offline. For example, “company:alice” can delegate to “company:alice:agent,” and that token can then be used to request an authorization token. This makes for a neat API key model: you can issue a simple opaque identity token to your customer (e.g. “customer123”) without having to maintain a DB of hashes/expirations, since those are encoded into the token. Later, you can upgrade security by exchanging the identity token for an authorization token, or let customers delegate access (e.g. “customer123:marketing”).
I’ve also been experimenting with higher-order authorization flows:
-
yup-oauth2
An oauth2 client implementation providing the Device, Installed, Service Account, and several more flows.
-
-
-
trusted-remote-execution
Sandboxed Rhai script execution engine with Cedar policy authorization for every system operation.
Project mention: Rex is a secure script execution engine that uses Cedar policies | news.ycombinator.com | 2026-05-09 -
-
-
-
-
-
oath-protocol
Open protocol for cryptographically verifiable human intent — AI agent authorization, local-first, offline-capable, no central authority.
Project mention: Show HN: Oath – prove a human authorized each action before your AI agent acts | news.ycombinator.com | 2026-03-03 -
actra
Actra - control what runs before it runs, controls what actions are allowed before they execute. Evaluate policies across APIs, workflows and AI agents in real time. (by getactra)
Project mention: The Claude Code Leak Is a Warning: AI Infrastructure Is Outpacing Control | dev.to | 2026-04-05Learn more: https://actra.dev
Rust Authorization discussion
Rust Authorization related posts
-
Show HN: Write SaaS apps where users control where their data is stored
-
Authorization is still a nightmare for engineers
-
Biscuit Authorization
-
Biscuit – an authorization token with offline attenuation
-
Biscuit tokens 3.0 release! Decentralized authorization in Rust, wasm and a lot of other platforms
-
Show HN: Biscuit Security Authorization
-
What's everyone working on this week (10/2023)?
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Aug 2026
Index
What are some of the best open-source Authorization projects in Rust? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | Ockam | 4,631 |
| 2 | oso | 3,498 |
| 3 | casbin-rs | 1,130 |
| 4 | axum-login | 1,017 |
| 5 | exograph | 350 |
| 6 | inspektor | 285 |
| 7 | biscuit-rust | 244 |
| 8 | yup-oauth2 | 242 |
| 9 | keyhive | 238 |
| 10 | protect-endpoints | 231 |
| 11 | trusted-remote-execution | 62 |
| 12 | auth-rs | 19 |
| 13 | fga-rs | 15 |
| 14 | authzen | 6 |
| 15 | tower-biscuit-auth | 3 |
| 16 | casbin-rust-yaml-adapter | 2 |
| 17 | oath-protocol | 2 |
| 18 | actra | 2 |