protect-endpoints
Authorization extension for popular web-frameworks to protect your endpoints
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- main.rs
- role.rs
- claims.rs
- main.rs
- base_example.rs
- attache.rs
- extractors.rs
- mod.rs
- guards.rs
- lib.rs
- middleware.rs
- enum_type.rs
- mod.rs
- string_type.rs
- guard_check.rs
- mod.rs
- different_fn_types.rs
- mod.rs
- type_feature.rs
- common.rs
- tests.rs
- Cargo.toml
- CHANGELOG.md
- logo.png
- README.md
- attache.rs
- extractor.rs
- middleware.rs
- authorities.rs
- lib.rs
- tower.rs
- Cargo.toml
- CHANGELOG.md
- main.rs
- role.rs
- claims.rs
- jwt_middleware.rs
- main.rs
- base_example.rs
- openapi_example.rs
- attache.rs
- extractors.rs
- mod.rs
- error.rs
- lib.rs
- middleware.rs
- enum_type.rs
- mod.rs
- string_type.rs
- mod.rs
- different_fn_types.rs
- mod.rs
- type_feature.rs
- common.rs
- tests.rs
- Cargo.toml
- CHANGELOG.md
- logo.png
- README.md
- actix_web.rs
- axum.rs
- poem.rs
- rocket.rs
- salvo.rs
- expand.rs
- lib.rs
- Cargo.toml
- CHANGELOG.md
- authorities.rs
- lib.rs
- enum_type.rs
- mod.rs
- string_type.rs
- mod.rs
- different_fn_types.rs
- mod.rs
- type_feature.rs
- common.rs
- tests.rs
- Cargo.toml
- CHANGELOG.md
- logo.png
- README.md
- authorities.rs
- lib.rs
- enum_type.rs
- mod.rs
- string_type.rs
- mod.rs
- different_fn_types.rs
- mod.rs
- type_feature.rs
- common.rs
- tests.rs
- Cargo.toml
- CHANGELOG.md
- logo.png
- README.md
- main.rs
- role.rs
- claims.rs
- main.rs
- base_example.rs
- attache.rs
- mod.rs
- fairing.rs
- lib.rs
- enum_type.rs
- mod.rs
- string_type.rs
- mod.rs
- different_fn_types.rs
- mod.rs
- type_feature.rs
- common.rs
- tests.rs
- Cargo.toml
- CHANGELOG.md
- logo.png
- README.md
- .editorconfig
- .gitignore
- Cargo.toml
- cliff.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- release-plz.toml
# Installation Guide
1. Get the code
git clone https://github.com/DDtKey/protect-endpoints
Downloads the entire project code from GitHub to your computer.
cd protect-endpoints
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
