1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-12-20 21:01:17 +00:00
nginx-sso/vendor/github.com/duosecurity/duo_api_golang
Knut Ahlers 12a38ee1c8
Update vendoring
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-11-03 18:51:13 +01:00
..
authapi Update vendoring 2019-11-03 18:51:13 +01:00
.gitignore Update dependencies 2019-04-22 06:44:07 +02:00
duoapi.go Update dependencies 2019-04-22 06:44:07 +02:00
go.mod Add support for Duo MFA (#28) 2018-12-28 23:54:11 +01:00
LICENSE Add support for Duo MFA (#28) 2018-12-28 23:54:11 +01:00
README.md Add support for Duo MFA (#28) 2018-12-28 23:54:11 +01:00

Overview

duo_api_golang - Go language bindings for the Duo APIs (both auth and admin).

Duo Auth API

The Auth API is a low-level, RESTful API for adding strong two-factor authentication to your website or application.

This module's API client implementation is complete; corresponding methods are exported for all available endpoints.

For more information see the Auth API guide.

Duo Admin API

The Admin API provides programmatic access to the administrative functionality of Duo Security's two-factor authentication platform.

This 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!

For more information see the Admin API guide.