Skip to content

elliotmoore/duo_php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

duo_php - Duo two-factor authentication for PHP web applications

Duo provides simple two-factor authentication as a service via:

  1. Phone callback
  2. SMS-delivered one-time passcodes
  3. Duo mobile app to generate one-time passcodes
  4. Duo mobile app for smartphone push authentication
  5. Duo hardware token to generate one-time passcodes

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

Support

Questions? Join the duo_web mailing list at http://groups.google.com/group/duo_web

Report any bugs, feature requests, etc. to us directly: https://github.com/duosecurity/duo_php/issues

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

No packages published

Languages

  • JavaScript 96.2%
  • PHP 3.8%