rust-spa-auth
Example application using a Vue frontend with Rust backend that has authentication + authorization. (by jtroo)
poem-grants
Authorization extension for poem to validate user permissions (by DDtKey)
rust-spa-auth | poem-grants | |
---|---|---|
2 | 1 | |
45 | 15 | |
- | - | |
0.0 | 0.0 | |
over 3 years ago | over 1 year ago | |
Rust | Rust | |
MIT License | 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.
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.
rust-spa-auth
Posts with mentions or reviews of rust-spa-auth.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-12.
-
Hey Rustaceans! Got an easy question? Ask here (15/2021)!
For Q2, could take a look at my personal project for this: https://github.com/jtroo/rust-spa-auth
- A closer-to-production-ready Rust web server example
poem-grants
Posts with mentions or reviews of poem-grants.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-23.
-
authz crates for rocket and poem
Beta versions of rocket-grants and poem-grants have been released 🎉 🦀🔐 These are complete analogues of actix-web-grants
What are some alternatives?
When comparing rust-spa-auth and poem-grants you can also consider the following projects:
yup-oauth2 - An oauth2 client implementation providing the Device, Installed, Service Account, and several more flows.
protect-endpoints - Authorization extension for popular web-frameworks to protect your endpoints
pe100challenge - Project Euler 100 challenge working repo.
sqlx-adapter - Asynchronous casbin adapter for mysql, postgres, sqlite based on sqlx-rs
rust-cross - Everything you need to know about cross compiling Rust programs!
rocket-grants - Authorization extension for Rocket