google2fa-qrcode icon indicating copy to clipboard operation
google2fa-qrcode copied to clipboard

Suggestion: base64 encode svg and eps image

Open brandonlim-hs opened this issue 4 years ago • 2 comments

pragmarx/google2fa-laravel config mentioned support for imagemagick, svg and eps options for generating QR codes.

With ImagickImageBackEnd, the image is base64 encoded. However, with svg or eps, the image is not base64 encoded.

Suggestion: base64 encode SvgImageBackEnd and EpsImageBackEnd too, so that the returned data is consistent for all supported image renderers?

brandonlim-hs avatar Oct 26 '19 12:10 brandonlim-hs