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.
- Host: GitHub
- URL: https://github.com/logto-io/go
- Owner: logto-io
- License: mit
- Created: 2022-08-04T05:18:14.000Z (over 3 years ago)
- Default Branch: v2
- Last Pushed: 2026-02-11T22:09:51.000Z (about 2 months ago)
- Last Synced: 2026-02-12T07:08:14.170Z (about 2 months ago)
- Topics: authentication, authorization, go, golang, jwt, logto, mfa, multi-tenant, oauth2, oidc, saml, sso
- Language: Go
- Homepage:
- Size: 298 KB
- Stars: 26
- Watchers: 4
- Forks: 18
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Logto helps you build the sign-in experience and user identity within minutes.
# Logto Go SDKs
[](https://github.com/logto-io/go/actions/workflows/main.yml)
[](https://app.codecov.io/gh/logto-io/go?branch=master)
[](https://goreportcard.com/report/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
[](https://logto.io/)
[](https://docs.logto.io/)
[](https://discord.gg/UEPaF3j5e6)