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

https://github.com/ooni/userauth


https://github.com/ooni/userauth

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# OONI User Auth

Run example:
```bash
cargo run -p ooniauth-core --release --example basic_usage
```

iOS build:
Open `ios/OoniAuthApp.xcodeproj` in Xcode.

Criterion benchmark (same flow):
```bash
cargo bench -p ooniauth-core
```