News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Integrating Two-Factor Authentication with CodeIgniter
June 27, 2011 @ 09:31:05

On NetTuts.com today they have a new tutorial showing you how to use two-factor authentication in your CodeIgniter-based application - a login process combining a username/password and access to a device that's authorized for the account.

Two-factor authentication is a way of proving your identity based on your username and password as well as a physical device that you can carry with you. This makes it much harder for crooks to steal your identity, since they will need access to your phone or hardware token - not just your login credentials.

They've chosen the free service offered by Duo Security that lets you approve the device in several ways including a phone call, SMS tokens and push-based authentication. They walk you through the setup of a Duo account, making an "Integration", grabbing the PHP and Javascript files needed to make it work and changing up your user and administration module to send a bcrypted value to the service. They flesh it out with a new version of the view to include the Duo code and generating the signed request.

0 comments voice your opinion now!
twofactor authentication codeigniter tutorial login duosecurity


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: Fetching Your Talks from the Joind.In API

Josh Adell's Blog: Neo4j for PHP

Sameer Borate's Blog: Google Translation PHP wrapper

Zend Developer Zone: PHP and IBM Goodness

Zend Developer Zone: Debugging PHP applications with xdebug


Community Events









Don't see your event here?
Let us know!


community object podcast code database language interview testing opinion unittest example tool release introduction framework development phpunit zendframework2 api composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework