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.
-
Requirements - Requirements to use the SDK
-
Enabling the SDK - How to add the SDK to your project
-
Setup - Setup required before using the Yoti services
-
Products - Links to more information about the products offered by the Yoti SDK
-
Support - Please feel free to reach out
Supported Go Versions:
- See ./.github/workflows/test.yaml for supported versions
Simply add github.com/getyoti/yoti-go-sdk/v3
as an import:
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.12.0
For each service you will need:
- Your Client SDK ID, generated by Yoti Hub 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 when you create an application.
- Yoti app integration - Connect with already-verified customers.
- Yoti app sandbox - Use the Sandbox SDK in conjunction with the Yoti app integration.
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.