Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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