HISTORY Code v1.0.1
HISTORY Code adds a second layer of security for your business account. This works by generating one-time passwords on your browser which is used in conjunction with your normal password to make your login nearly impossible to hack. HISTORY Code work for your private corporate security.
Some features of plugin:
- Add security token by in-browser QR-code scanning
- Generates TOTP codes just in browser
- Reset plugin's state and add new security token
Purposes:
- Provide second-level security layer to enterprise users.
- Speed up totp codes typing
Web-site integrations:
Web site authentication system should use "qrcode-generator" library (https://www.npmjs.com/package/qrcode-generator) to generate qr-codes, acceptable by this extension.
Use cases:
You can use this extension to recognize qr-codes generated by any valid totp-library. Here is list of such libraries:
- qrcode (https://www.npmjs.com/package/qrcode)
- qr-image (https://www.npmjs.com/package/qr-image)
- react-native-qrcode-svg (https://www.npmjs.com/package/react-native-qrcode-svg)
- jr-qrcode (https://www.npmjs.com/package/jr-qrcode)
- and others...