2017 © Pedro Peláez
 

library google-authenticator

Library to integrate Google Authenticator into a PHP project

image

muonium/google-authenticator

Library to integrate Google Authenticator into a PHP project

  • Tuesday, May 22, 2018
  • by muonium
  • Repository
  • 3 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 131 Forks
  • 1 Open issues
  • 3 Versions
  • 200 % Grown

The README.md

Google Authenticator

Build Status, (*1)

Ported from http://code.google.com/p/google-authenticator/, (*2)

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)., (*3)

Installation using Composer

Add the dependency:, (*4)

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

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

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

Usage

See example.php for how to use it., (*6)

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., (*7)

What's missing in the example:, (*8)

  • 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, (*9)

The Versions

22/05 2018

2.x-dev

2.9999999.9999999.9999999-dev https://github.com/muonium/GoogleAuthenticator

Library to integrate Google Authenticator into a PHP project

  Sources   Download

MIT

The Requires

 

The Development Requires

google authenticator

22/05 2018

2.2.0

2.2.0.0 https://github.com/muonium/GoogleAuthenticator

Library to integrate Google Authenticator into a PHP project

  Sources   Download

MIT

The Requires

 

The Development Requires

google authenticator

07/05 2018

dev-master

9999999-dev https://github.com/sonata-project/GoogleAuthenticator

Library to integrate Google Authenticator into a PHP project

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

google authenticator