Added package otplib (#2155)

This commit is contained in:
Dimitris Spythouris 2022-02-16 18:49:45 +02:00 committed by GitHub
parent d12f9ffc1d
commit 793f35dd46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25266,5 +25266,22 @@
"description": "xchacha20_poly1305, chacha20, poly1305",
"license": "MIT",
"web": "https://github.com/lantos-lgtm/nim_chacha20_poly1305"
},
{
"name": "otplib",
"url": "https://github.com/dimspith/otplib",
"method": "git",
"tags": [
"otp",
"totp",
"hotp",
"two-factor-authentication",
"2fa",
"one-time-password",
"mfa"
],
"description": "Easy to use OTP library for Nim",
"license": "Unlicense",
"web": "https://github.com/dimspith/otplib"
}
]