Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/authress/authress-sdk.go
- Owner: Authress
- License: apache-2.0
- Created: 2024-01-31T19:19:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:10:16.000Z (2 months ago)
- Last Synced: 2024-10-29T14:32:42.323Z (2 months ago)
- Topics: api, authentication, authentication-middleware, authorization, authorization-framework, authorization-server, credentials, keys, security, user-identity, user-management
- Language: Go
- Homepage: https://authress.io
- Size: 331 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)