Add two factor authentication

This commit is contained in:
Frederic Guillot
2015-03-31 22:48:14 -04:00
parent 5d393ed996
commit abeeba7167
32 changed files with 615 additions and 22 deletions

105
composer.lock generated
View File

@@ -4,8 +4,110 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "9c0c8b06745d54478604d80815b59b9b",
"hash": "466ee3928d7d3b0bbee15de3b4c76676",
"packages": [
{
"name": "christian-riesen/base32",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/ChristianRiesen/base32.git",
"reference": "6943e7b010ab224139fd4248ccf84865aa7b0f91"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/6943e7b010ab224139fd4248ccf84865aa7b0f91",
"reference": "6943e7b010ab224139fd4248ccf84865aa7b0f91",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"satooshi/php-coveralls": "0.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Base32\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Riesen",
"email": "chris.riesen@gmail.com",
"homepage": "http://christianriesen.com",
"role": "Developer"
}
],
"description": "Base32 encoder/decoder according to RFC 4648",
"homepage": "https://github.com/ChristianRiesen/base32",
"keywords": [
"base32",
"decode",
"encode",
"rfc4648"
],
"time": "2015-02-12 09:08:33"
},
{
"name": "christian-riesen/otp",
"version": "1.4",
"source": {
"type": "git",
"url": "https://github.com/ChristianRiesen/otp.git",
"reference": "a209b8bbd975d96d6b5287f8658562061adef1f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ChristianRiesen/otp/zipball/a209b8bbd975d96d6b5287f8658562061adef1f8",
"reference": "a209b8bbd975d96d6b5287f8658562061adef1f8",
"shasum": ""
},
"require": {
"christian-riesen/base32": ">=1.0",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Otp": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Riesen",
"email": "chris.riesen@gmail.com",
"homepage": "http://christianriesen.com",
"role": "Developer"
}
],
"description": "One Time Passwords, hotp and totp according to RFC4226 and RFC6238",
"homepage": "https://github.com/ChristianRiesen/otp",
"keywords": [
"googleauthenticator",
"hotp",
"otp",
"rfc4226",
"rfc6238",
"totp"
],
"time": "2015-02-12 09:11:49"
},
{
"name": "erusev/parsedown",
"version": "1.5.1",
@@ -571,6 +673,7 @@
},
"prefer-stable": false,
"platform": {
"php": ">=5.3",
"ext-mbstring": "*"
},
"platform-dev": []