Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpwsh/portier-client
A portier client library using reqwest cookie store -- to be used in combination with mpwsh/actix-portier repo
https://github.com/mpwsh/portier-client
Last synced: 10 days ago
JSON representation
A portier client library using reqwest cookie store -- to be used in combination with mpwsh/actix-portier repo
- Host: GitHub
- URL: https://github.com/mpwsh/portier-client
- Owner: mpwsh
- Created: 2024-07-02T21:02:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T01:32:56.000Z (4 months ago)
- Last Synced: 2024-10-12T01:33:11.269Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Description
You'll need to run the backend server [actix-portier](https://github.com/mpwsh/actix-portier) in order to make this library work.
In there you'll find a `docker-compose.yml` file to spin the required infrastructure (portier,redis, mailcrab)## Try out the example
```bash
git clone https://github.com/mpwsh/actix-portier && cd actix-portier
docker-compose up -d
cd ../
git clone https://github.com/mpwsh/portier-client && cd portier-client
cargo run --example login
```