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

Skip to content

psiinon/duo_php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Duo two-factor authentication for PHP web applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 72.5%
  • PHP 27.1%
  • CSS 0.4%