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

https://github.com/logto-io/go

☁️ Logto Golang SDKs.
https://github.com/logto-io/go

authentication authorization go golang jwt logto mfa multi-tenant oauth2 oidc saml sso

Last synced: about 1 month ago
JSON representation

☁️ Logto Golang SDKs.

Awesome Lists containing this project

README

          







Logto helps you build the sign-in experience and user identity within minutes.

# Logto Go SDKs
[![Build Status](https://github.com/logto-io/go/actions/workflows/main.yml/badge.svg)](https://github.com/logto-io/go/actions/workflows/main.yml)
[![Codecov](https://img.shields.io/codecov/c/github/logto-io/go)](https://app.codecov.io/gh/logto-io/go?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/logto-io/go)](https://goreportcard.com/report/github.com/logto-io/go)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/logto-io/go)](https://pkg.go.dev/github.com/logto-io/go)

The repo for SDKs and working samples written in Go.

Check out the [Go SDK tutorial](https://docs.logto.io/sdk/go/) or [Go reference](https://pkg.go.dev/github.com/logto-io/go) for more information.

## Installation

To install Logto Go SDK, use `go get`:

```bash
go get github.com/logto-io/go
```

To update Logto Go SDK to the latest version, use:
```bash
go get -u github.com/logto-io/go
```

## Packages

| Name | Description |
| ------ | ------------------------------------ |
| core | Logto SDK core package |
| client | Logto client built upon the `core` package |

## Resources

[![Website](https://img.shields.io/badge/website-logto.io-8262F8.svg)](https://logto.io/)
[![Docs](https://img.shields.io/badge/docs-logto.io-green.svg)](https://docs.logto.io/)
[![Discord](https://img.shields.io/discord/965845662535147551?logo=discord&logoColor=ffffff&color=7389D8&cacheSeconds=600)](https://discord.gg/UEPaF3j5e6)