authress 0.1.39

The Authress SDK for RUST - provides authorization as a service with fully compatible REST apis. Authentication / Authorization / User Identity Roles / Permissions / Policies
Documentation
# Authress SDK for Rust

<p align="center">
    <a href="https://crates.io/crates/authress" alt="Authress SDK on crates.io">
        <img src="https://img.shields.io/crates/v/authress.svg">
    </a>
    <a href="https://authress.io/community" alt="authress community">
      <img src="https://img.shields.io/badge/community-Discord-purple.svg">
    </a>
    <a href="https://github.com/Authress/authress-sdk.rs/actions" alt="GitHub action status">
        <img src="https://github.com/authress/authress-sdk.rs/actions/workflows/build.yml/badge.svg">
    </a>
</p>


This is the Authress SDK used to integrate with the authorization as a service provider Authress at https://authress.io.


## How to use the SDK

### Install

```sh
cargo add authress
```

### Reference Guide

See the SDK reference guide for a examples of commonly executed blocks with descriptions.

[SDK Documentation](./docs/README.md)

### Contribution Guide

[Developing for the Rust SDK](./contributing.md)