TOTP Enrollment "Do not include QR" flag #48450
Unanswered
ByteAfterlife
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
Currently when users enroll into totp, part of the json response is "totp"."qr_code" which returns a huge SVG of the pre-rendered QR code. This is helpful, but costs around 400kb of egress, which can stack quick. As a step to help reduce egress, I was wondering if we could add a flag to the enrollment API request that tells the backend to omit this huge qr_code SVG, like "includeQrCode: false"
All reactions