muonium/google-authenticator

This package is abandoned and no longer maintained. No replacement package was suggested.

Library to integrate Google Authenticator into a PHP project

2.2.0 2018-05-22 20:45 UTC

This package is not auto-updated.

Last update: 2020-07-02 08:32:05 UTC


README

Build Status

Ported from http://code.google.com/p/google-authenticator/

You can use the Google Authenticator app from here http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=1066447 to generate One Time Passwords/Tokens and check them with this little PHP app (Of course, you can also create them with this).

Installation using Composer

Add the dependency:

php composer.phar require sonata-project/google-authenticator

If asked for a version, type in 'dev-master' (unless you want another version):

Please provide a version constraint for the sonata-project/google-authenticator requirement: dev-master

Usage

See example.php for how to use it.

There's a little web app showing how it works in web/, please make users.dat writeable for the webserver, doesn't really work otherwise (it can't save the secret). Try to login with chregu/foobar.

What's missing in the example:

  • Prevent replay attacks. One token should only be used once
  • Show QR Code only when providing password again (or not at all)
  • Regenerate secret

Google Groups

For questions and proposals you can post on this google groups