protect-endpoints
Authorization extension for popular web-frameworks to protect your endpoints
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/DDtKey/protect-endpoints
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd protect-endpoints
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
