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.go

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

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 Go provides authorization as a service with fully compatible REST apis.

Awesome Lists containing this project

README

        


Authress media banner

# Authress SDK for Go






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
go install github.com/authress/authress-sdk.go
```

### 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 Go SDK](./contributing.md)