https://github.com/ooni/userauth
https://github.com/ooni/userauth
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ooni/userauth
- Owner: ooni
- Created: 2025-05-18T11:30:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-30T21:53:56.000Z (4 months ago)
- Last Synced: 2026-03-30T23:46:51.728Z (4 months ago)
- Language: Rust
- Size: 5.56 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```