Page MenuHomePhabricator

Generate QR codes for TOTP tokens
ClosedPublic

Authored by epriestley on May 1 2014, 4:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 21, 2:27 AM
Unknown Object (File)
Fri, Mar 15, 3:21 PM
Unknown Object (File)
Feb 16 2024, 6:37 PM
Unknown Object (File)
Feb 8 2024, 6:52 PM
Unknown Object (File)
Feb 8 2024, 1:51 PM
Unknown Object (File)
Feb 8 2024, 5:35 AM
Unknown Object (File)
Feb 8 2024, 3:04 AM
Unknown Object (File)
Jan 30 2024, 10:45 PM
Subscribers

Details

Summary

Ref T4398. I found a reasonable-ish LGPLv3 library for doing this, which isn't too huge or unwieldy.

Test Plan
  • Scanned QR code with Authy.
  • Scanned QR code with Google Authenticator.

Screen_Shot_2014-04-30_at_9.22.27_PM.png (1×2 px, 238 KB)

Diff Detail

Repository
rP Phabricator
Branch
hisec2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 160
Build 160: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Generate QR codes for TOTP tokens.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
  • Remove random +x on qrcode files.
  • Make the QR code pixels square in Chrome.
btrahan edited edge metadata.
btrahan added inline comments.
src/applications/auth/factor/PhabricatorAuthFactorTOTP.php
275

Well, now I have seen one of those QR things drawn in PHP.

This revision is now accepted and ready to land.May 1 2014, 5:16 PM
epriestley updated this revision to Diff 21190.

Closed by commit rPe14695821758 (authored by @epriestley).