Skip to content

mtchavez/authy-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authy API Go package

Latest Version Build Status Go Documentation

Authy API for Developers to add two factor authentication to your apps. This package implements the API endpoints found in the docs.

Install

go get -u github.com/mtchavez/authy-go/authy

Usage and Documentation

Examples can all be found at Go Doc as well as the documentation for everything.

Authy getting started is a good place to get an introduction to the API as a whole. And the docs for the entire API may be usefull as well.

Tests

All the tests are example tests that hit the Sandbox API endpoint. You can run them with:

go test ./...

The tests will need an internet connection as they are doing live API Sandbox calls.

TODO

  • DRY things up
  • Add example app integration