https://github.com/getyoti/yoti-go-sdk
The Go SDK for interacting with the Yoti Platform
https://github.com/getyoti/yoti-go-sdk
2fa aml go golang hacktoberfest identity login multifactor-authentication register sdk verification yoti
Last synced: 4 months ago
JSON representation
The Go SDK for interacting with the Yoti Platform
- Host: GitHub
- URL: https://github.com/getyoti/yoti-go-sdk
- Owner: getyoti
- License: mit
- Created: 2017-01-10T10:20:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-17T16:58:07.000Z (4 months ago)
- Last Synced: 2026-02-17T21:51:47.018Z (4 months ago)
- Topics: 2fa, aml, go, golang, hacktoberfest, identity, login, multifactor-authentication, register, sdk, verification, yoti
- Language: Go
- Homepage: https://developers.yoti.com/yoti/getting-started-app
- Size: 108 MB
- Stars: 16
- Watchers: 10
- Forks: 6
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yoti Go SDK
[](https://github.com/getyoti/yoti-go-sdk/actions)
[](https://goreportcard.com/report/github.com/getyoti/yoti-go-sdk)
[](https://pkg.go.dev/github.com/getyoti/yoti-go-sdk/v3?tab=doc)
[](https://github.com/getyoti/yoti-go-sdk/blob/master/LICENSE.md)
[](https://sonarcloud.io/dashboard?id=getyoti%3Ago)
[](https://sonarcloud.io/dashboard?id=getyoti%3Ago)
[](https://sonarcloud.io/dashboard?id=getyoti%3Ago)
[](https://sonarcloud.io/dashboard?id=getyoti%3Ago)
Welcome to the Yoti Go SDK. This repo contains the tools and step by step instructions you need to quickly integrate your Go back-end with Yoti so that your users can share their identity details with your application in a secure and trusted way.
## Table of Contents
1) [Requirements](#requirements) -
Requirements to use the SDK
1) [Enabling the SDK](#enabling-the-sdk) -
How to add the SDK to your project
1) [Setup](#setup) -
Setup required before using the Yoti services
1) [Products](#products) -
Links to more information about the products offered by the Yoti SDK
1) [Support](#support) -
Please feel free to reach out
## Requirements
Supported Go Versions:
- See [./.github/workflows/test.yaml](./.github/workflows/test.yaml) for supported versions
## Enabling the SDK
Simply add `github.com/getyoti/yoti-go-sdk/v3` as an import:
```Go
import "github.com/getyoti/yoti-go-sdk/v3"
```
or add the following line to your go.mod file (check https://github.com/getyoti/yoti-go-sdk/releases for the latest version)
```
require github.com/getyoti/yoti-go-sdk/v3 v3.16.0
```
## Setup
For each service you will need:
* Your Client SDK ID, generated by [Yoti Hub](https://hub.yoti.com) when you create (and then publish) your app.
* Your .pem file. This is your own unique private key which your browser generates from the [Yoti Hub](https://hub.yoti.com) when you create an application.
## Products
- [Yoti app integration](_docs/PROFILE.md) - Connect with already-verified customers.
- [Yoti app sandbox](_docs/PROFILE_SANDBOX.md) - Use the Sandbox SDK in conjunction with the Yoti app integration.
## Support
For any questions or support please contact us here: https://support.yoti.com
Please provide the following to get you up and working as quickly as possible:
* Computer type
* OS version
* Version of Go being used
* Screenshot
Once we have answered your question we may contact you again to discuss Yoti products and services. If you’d prefer us not to do this, please let us know when you e-mail.