google / google-authenticator

Open source version of Google Authenticator (except the Android app)
Apache License 2.0
5.19k stars 966 forks source link

I Need to set QR code by base64 #703

Open drinkmuffin opened 4 years ago

drinkmuffin commented 4 years ago

HI

my html has this

<div><img src='{{qrCodeSrc}}' /></div>

qrCodeSrc set 'data:image/png;base64,...........'

but the result will be <img>

what need i do?

ThomasHabets commented 4 years ago

What does this have to do with the code in this repo?