We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891ed18 commit dd7a7efCopy full SHA for dd7a7ef
README.md
@@ -17,6 +17,12 @@
17
- [totp-generator](https://github.com/bellstrand/totp-generator)
18
- [Base32](https://github.com/bennadel/Base32.cfc)
19
20
+### Installation
21
+
22
+Install via CommandBox and ForgeBox: `box install totp`
23
24
+If you install manually, you need to download the [CFzxing library](https://github.com/alanquinlan/cfzxing) to `/modules/CFzxing`.
25
26
### Usage
27
28
Obtain a new instance of TOTP using WireBox or simplying by creating a new instance (`new TOTP()`).
0 commit comments