Skip to content
Code-Schnipsel Gruppen Projekte
Commit ee2b3e78 erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

refactor: initial commit

Übergeordneter fc3a6f7e
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
{
"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": {
"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"
}
,"autoload": {
"psr-4": {
],
"support": {
"email": "support@pcsg.de",
"url": "http://www.pcsg.de"
},
"require": {
"pragmarx/google2fa": "1.*",
"bacon/bacon-qr-code": "~1.0"
},
"autoload": {
"psr-4": {
"QUI\\Auth\\Google2Fa\\": "src/QUI/Auth/Google2Fa"
}
}
}
}
}
<?php
namespace QUI\Authe\Google2Fa;
/**
* Class Auth
*
* Authentication handler for Google Authenticator
*
* @package QUI\Authe\Google2Fa
*/
class Auth
{
public static function auth($authData)
{
}
}
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren