How to generate a QR code?
When you want to offer the verification type TOTP to your users, each user needs to register for TOTP. They can do that by scanning a QR code. If you do not use our Registration widget, you will have to generate the QR code yourself. But how can you do that?
There are several ways to do that. If you Google for ‘qr code generator‘ you will get many hits. Some of the results are:
There are several ways to do that. If you Google for ‘qr code generator‘ you will get many hits. Some of the results are:
- QR code generator: An online tool to generate a QR code based on a URL.
- jquery.qrcode: A jQuery plugin for pure browser QR code generation.
- QR code API: Generate QR code graphics via an API.