PHPGangsta / GoogleAuthenticator

PHP class to generate and verify Google Authenticator 2-factor authentication
http://phpgangsta.de/4376
BSD 2-Clause "Simplified" License
2.25k stars 693 forks source link

Separate method for getting QR URL #43

Open JamesB7 opened 7 years ago

JamesB7 commented 7 years ago

Could you please make a separate method to retrieve the QR URL (otpauth://)? I do not want to give the secret to Google and would rather pass this URL to my own library. Thanks!