JamieCee20

Results 3 issues of JamieCee20

I have generated the secret, and in my authenticator both entered the key and used the qr code, both return the same codes. However, when running the `Google2FA::verifyGoogle2FA($result, $code, $timeWindow);`...

So I create the code as follows: `$secretKey = $this->twofa->generateSecretKey(); // user define key` Then create the QR code ``` $twofaQrCode = $this->twofa->getQRCodeUrl($config['qr_company'], $user->email, $secretKey); // render qr code url...

Instead of defining the properties on each model, is there a way to read the toArray function instead? as this would help at the times I change it slightly and...