Categorygithub.com/auth3-dev/go-sdk
module
0.0.0-20230610152347-d83b024aeeda
Repository: https://github.com/auth3-dev/go-sdk.git
Documentation: pkg.go.dev

# README

Auth3 Go SDK

The official Auth3 go SDK library.

Installation

Make sure your project is using Go Modules (it will have a go.mod file in the root if it does already):

go mod init

Then, reference this library in a Go program with import:

import (
    "github.com/auth3-dev/go-sdk/admin" // Administrative API
)

Run any of the normal go commands (build/install/test). The Go toolchain will resolve and fetch the Auth3 admin-go-sdk module automatically.

Alternatively, you can also explicitly go get the package into a project:

go get -u github.com/auth3-dev/go-sdk

API Documentation

Check-out the API documentation at https://docs.auth3.dev/apis/identity-platform/administrative for further help.

Additional help

You can find further help, examples, tools and suggestions here. For a deeper understanding of networking, naming conventions and error handling refer to this document.

Change Language

Not your target language? Check out our official SDKs for:

Contributing

At this time we don't accept external contributions, but we're open for feedbacks and requests. We're always looking for contributions on our security, refer to our dedicated page for more.

Support

Customers of the Auth3 Identity Platform can access support through the official channels available on our website. We won't be able to accomodate Customer requests through the bug tracker for security reasons.

License

Read the LICENSE.

# Packages

No description provided by the author