1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 07:34:22 +00:00
nginx-sso/vendor/github.com/duosecurity/duo_api_golang
Knut Ahlers 9e0907f494
Add support for Duo MFA (#28)
Squashed commit of the following:

commit f748cc99802dc2a1c2f1b805a280c56fc6cf4123
Author: Knut Ahlers <knut@ahlers.me>
Date:   Fri Dec 28 23:39:07 2018 +0100

    Implement fetching remote IP from mutliple sources

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 416af9eed8
Author: Ben Edmunds <bensammy2@yahoo.co.uk>
Date:   Fri Dec 28 19:35:26 2018 +0000

    Duo MFA, clean up & documentation

commit 0e511023f0
Author: Ben Edmunds <bensammy2@yahoo.co.uk>
Date:   Fri Dec 28 16:34:55 2018 +0000

    Add support for Duo MFA

closes #28
closes #24

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-28 23:54:11 +01:00
..
admin Add support for Duo MFA (#28) 2018-12-28 23:54:11 +01:00
authapi Add support for Duo MFA (#28) 2018-12-28 23:54:11 +01:00
duo_test.go Add support for Duo MFA (#28) 2018-12-28 23:54:11 +01:00
duoapi.go Add support for Duo MFA (#28) 2018-12-28 23:54:11 +01: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.