Authy API for Developers to add two factor authentication to your apps. This package implements the API endpoints found in the docs.
go get -u github.com/mtchavez/authy-go/authy
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.
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.
- DRY things up
- Add example app integration