Initial Commit
Übergeordnete
No related branches found
No related tags found
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name" : "quiqqer/authgoogle2fa", | |||
"type" : "quiqqer-module", | |||
"description" : "QUIQQER Authentication with Google Authenticator", | |||
"version" : "dev-dev", | |||
"license" : "GPL-3.0+", | |||
"authors" : [ | |||
{ | |||
"name": "Patrick Müller", | |||
"email": "p.mueller@pcsg.de", | |||
"homepage": "http://www.pcsg.de", | |||
"role": "Developer" | |||
} | |||
], | |||
"support" : { | |||
"email": "support@pcsg.de", | |||
"url": "http://www.pcsg.de" | |||
}, | |||
"require": { | |||
} | |||
,"autoload": { | |||
"psr-4": { | |||
"QUI\\Auth\\Google2Fa\\": "src/QUI/Auth/Google2Fa" | |||
} | |||
} | |||
} |
Bitte registrieren oder Anmelden zum Kommentieren