An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# SPID/CIE Rocket
![License](https://img.shields.io/badge/license-Apache%202-blue.svg)

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
```