rocket-auth-login
Thruster
Our great sponsors
rocket-auth-login | Thruster | |
---|---|---|
1 | 7 | |
53 | 930 | |
- | 1.2% | |
0.0 | 4.3 | |
over 2 years ago | 5 months ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | MIT License |
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-login
-
Hey Rustaceans! Got an easy question? Ask here (29/2021)!
There is https://github.com/vishusandy/rocket-auth-login IIRC. It's "third-party" (e.g. not by the rocket team). I haven't used it really (just tinkered around with it). I am also no expert when it comes down to authentication. But I do remember taking a look at the code. It looked all right.
Thruster
-
shuttle v0.7.1 has been released (improved isolation, new supported frameworks, QOL improvements)
We've added support for the warp, salvo & thruster frameworks
-
Rust is hard, or: The misery of mainstream programming
Maybe, or maybe not, interestingly, I had to store async functions that call other arbitrary async functions for thruster. I tried many of the things posed in the article, and eventually ended up doing something similar to how bevy works -- that is, I made a bunch of tuples.
-
Thruster 1.1.2 Release - An express-like HTTP server in Rust
Hello all, it's been quite a while! For the last year or so, I've been dogfooding and making small tweaks to Thruster and I've finally released a pretty significant milestone.
If you'd rather wait for the next release (it'll be more like this afternoon rather than a year from now, promise!) I just fixed it in a PR here
What are some alternatives?
rocket_auth - An implementation for an authentication API for Rocket applications.
firestore-db-and-auth-rs - Easy Rust access to your Google Firestore DB via service account or OAuth impersonated Google Firebase Auth credentials
feroxbuster - A fast, simple, recursive content discovery tool written in Rust.
rust - Empowering everyone to build reliable and efficient software.
actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
Rocket - A web framework for Rust.
hello-world.rs - 🚀Memory safe, blazing fast, configurable, minimal hello world written in rust(🚀) in a few lines of code with few(1092🚀) dependencies🚀
yew - Rust / Wasm framework for building client web apps
inertia-rs - Inertia.js for Rust
dsfs
proc-macro-crate - `$crate` in procedural macros.
case-studies - Analysis of various tricky Rust code