rocket_auth VS axum-auth

Compare rocket_auth vs axum-auth and see what are their differences.

rocket_auth

An implementation for an authentication API for Rocket applications. (by tvallotton)

axum-auth

High-level http auth extractors for axum (by Owez)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
rocket_auth axum-auth
2 3
74 85
- -
0.0 3.7
about 1 month ago about 2 months ago
Rust Rust
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rocket_auth

Posts with mentions or reviews of rocket_auth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-21.

axum-auth

Posts with mentions or reviews of axum-auth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-03.

What are some alternatives?

When comparing rocket_auth and axum-auth you can also consider the following projects:

rocket-auth-login - Authentication and login processing for Rust's Rocket web framework. Demonstrates a working example of how to authenticate users and process login as well as how to handle logging out.

axum-login - 🪪 User identification, authentication, and authorization for Axum.

sudo_pair - Plugin for sudo that requires another human to approve and monitor privileged sudo sessions

rust-yew-axum-tauri-desktop - Rust + Yew + Axum + Tauri + Tailwindcss, full-stack Rust development for Desktop apps.

tokio-uring - An io_uring backed runtime for Rust

yew - Rust / Wasm framework for creating reliable and efficient web applications

firestore-db-and-auth-rs - Easy Rust access to your Google Firestore DB via service account or OAuth impersonated Google Firebase Auth credentials

tauri - Build smaller, faster, and more secure desktop applications with a web frontend.

tuigreet - Graphical console greeter for greetd

zero2prod - An implementation of Zero To Production In Rust using Axum instead of Actix

sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

sqlx-adapter - Asynchronous casbin adapter for mysql, postgres, sqlite based on sqlx-rs