Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/authress/authress-sdk.rs
- Owner: Authress
- License: apache-2.0
- Created: 2021-09-30T15:38:11.000Z (over 3 years ago)
- Default Branch: release/0.1
- Last Pushed: 2024-11-05T09:35:36.000Z (2 months ago)
- Last Synced: 2024-11-17T10:56:01.588Z (about 2 months ago)
- Topics: api, authentication, authentication-middleware, authorization, authorization-framework, authorization-server, credentials, keys, security, user-identity, user-management
- Language: Rust
- Homepage: https://authress.io
- Size: 183 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)