https://github.com/curiousci/spid-rocket
SPID authentication for Rocket
https://github.com/curiousci/spid-rocket
cie rocket rust spid
Last synced: about 1 year ago
JSON representation
SPID authentication for Rocket
- Host: GitHub
- URL: https://github.com/curiousci/spid-rocket
- Owner: CuriousCI
- License: apache-2.0
- Created: 2021-09-11T09:40:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T15:58:42.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T14:24:55.244Z (over 1 year ago)
- Topics: cie, rocket, rust, spid
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SPID/CIE Rocket

A SPID/CIE Service Provider
## Introduction
## Run example
The binary example is written in ```src/```, the *spid* library in ```lib/```, check the ```Cargo.toml``` for more info.
To run the the project:
```
git clone https://github.com/CuriousCI/spid-rocket.git
cd spid-rocket
cargo run
```