safe_authenticator 0.3.2

SAFE Authenticator
docs.rs failed to build safe_authenticator-0.3.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: safe_authenticator-0.18.0

SAFE Authenticator

Maintainer: Spandan Sharma (spandan.sharma@maidsafe.net)

Documentation

This is the crate for interfacing with Authenticator frontend. It contains the business logic for the Authenticator UI and code for building the URI for communicating with safe_app.

Build Instructions

safe_authenticator can interface conditionally against either the routing crate or a mock used for local testing.

To use it with the Mock:

cargo build --features "use-mock-routing"
cargo test --features "use-mock-routing"

To interface it with actual routing (default):

cargo build
cargo test

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MaidSafe Contributor Agreement (CONTRIBUTOR), shall be dual licensed as above, and you agree to be bound by the terms of the MaidSafe Contributor Agreement.