GoogleAuthenticator icon indicating copy to clipboard operation
GoogleAuthenticator copied to clipboard

I added the function getOTPUrl to get the otp:// url from the secret

Open her-finn opened this issue 5 years ago • 2 comments

since i don't want to send the screts to google, i created a function that outputs the otp: // url and then creates the barcode itself

The function works like the getQRCodeGoogleUrl function, but without the parameter $params.

her-finn avatar Oct 02 '20 17:10 her-finn

Good thinking.

I would also update getQRCodeGoogleUrl() to call this new function, rather than duplicating the functionality.

MarkMaldaba avatar Mar 12 '21 13:03 MarkMaldaba

I dont think so because the function is named getQRCodeGoogleUrl(). People who want a fast copy and paste solution are thinking that some data ist send to google.

her-finn avatar Apr 04 '21 10:04 her-finn