Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 888 Bytes

File metadata and controls

38 lines (23 loc) · 888 Bytes

Overview

duo_php - Duo two-factor authentication for PHP web applications

This package allows a web developer to quickly add Duo's interactive, self-service, two-factor authentication to any web login form - without setting up secondary user accounts, directory synchronization, servers, or hardware.

What's here:

  • js - Duo Javascript library, to be hosted by your webserver.
  • duo_web.php - Duo PHP SDK to be integrated with your web application
  • test.php - Unit tests for our SDK

Usage

Developer documentation: http://www.duosecurity.com/docs/duoweb

Demo

First add an IKEY, SKEY, and HOST to demos/simple/index.php, then run the following:

$ php -S localhost:8080 -t demos/simple/

Test

$ php test.php

Support

Report any bugs, feature requests, etc. to us directly: [email protected]

Have fun!

http://www.duosecurity.com