• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Feb-2020-

authapi/H15-Feb-2020-382277

.gitignoreH A D15-Feb-20207 21

LICENSEH A D15-Feb-20201.4 KiB2622

README.mdH A D15-Feb-2020856 2010

duoapi.goH A D15-Feb-202014.4 KiB429345

go.modH A D15-Feb-202045 21

README.md

1# Overview
2
3**duo_api_golang** - Go language bindings for the Duo APIs (both auth and admin).
4
5## Duo Auth API
6
7The Auth API is a low-level, RESTful API for adding strong two-factor authentication to your website or application.
8
9This module's API client implementation is *complete*; corresponding methods are exported for all available endpoints.
10
11For more information see the [Auth API guide](https://duo.com/docs/authapi).
12
13## Duo Admin API
14
15The Admin API provides programmatic access to the administrative functionality of Duo Security's two-factor authentication platform.
16
17This module's API client implementation is *incomplete*; methods for fetching most entity types are exported, but methods that modify entities have (mostly) not yet been implemented. PRs welcome!
18
19For more information see the [Admin API guide](https://duo.com/docs/adminapi).
20