Skip to content

getyoti/yoti-go-sdk

Repository files navigation

Yoti Go SDK

Build Status Go Report Card PkgGoDev License Coverage Bugs Code Smells Vulnerabilities

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 to use the SDK

  2. Enabling the SDK - How to add the SDK to your project

  3. Setup - Setup required before using the Yoti services

  4. Products - Links to more information about the products offered by the Yoti SDK

  5. Support - Please feel free to reach out

Requirements

Supported Go Versions:

Enabling the SDK

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

Setup

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.

Products

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.