Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/authress/authress-sdk.rs

The Authress SDK for Rust provides authorization as a service with fully compatible REST apis.
https://github.com/authress/authress-sdk.rs

api authentication authentication-middleware authorization authorization-framework authorization-server credentials keys security user-identity user-management

Last synced: about 2 months ago
JSON representation

The Authress SDK for Rust provides authorization as a service with fully compatible REST apis.

Awesome Lists containing this project

README

        


Authress media banner

# Authress SDK for Rust






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)