robthree/twofactorauth
Homepage
https://github.com/RobThree/TwoFactorAuth
What is it?
An open-source library for creating, managing and using QR codes for two-factor authentication. Relies on BaconQrCode in Deserted Chateau's case for generating QR codes locally.
What do we use it for?
Generating QR codes to enable users to have two-factor authentication. This library lets us create the code itself, and then we use BaconQrCode to render an image from that QR code the user can scan.