unftp-auth-rest 0.2.0

An authenticator back-end for libunftp that consumes an HTTP API to authenticate
Documentation
# unftp-auth-rest

[![Crate Version](https://img.shields.io/crates/v/unftp-auth-rest.svg)](https://crates.io/crates/unftp-auth-rest)
[![API Docs](https://docs.rs/unftp-auth-rest/badge.svg)](https://docs.rs/unftp-auth-rest)
[![Crate License](https://img.shields.io/crates/l/unftp-auth-rest.svg)](https://crates.io/crates/unftp-auth-rest)
[![Follow on Telegram](https://img.shields.io/badge/Follow%20on-Telegram-brightgreen.svg)](https://t.me/unftp)

An authenticator back-end for [libunftp](https://github.com/bolcom/libunftp) that consumes an HTTP API to 
authenticate. Please refer to the documentation and the examples directory for usage instructions.

## License

You're free to use, modify and distribute this software under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0).