UNPKG
fastify-totp
Version:
latest (1.0.0)
1.0.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.1
A plugin to handle TOTP (e.g. for 2FA)
github.com/beliven-it/fastify-totp
beliven-it/fastify-totp
fastify-totp
/
.eslintrc.json
16 lines
(15 loc)
•
192 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"env"
:
{
"browser"
:
true
,
"commonjs"
:
true
,
"es2020"
:
true
}
,
"extends"
:
[
"standard"
]
,
"parserOptions"
:
{
"ecmaVersion"
:
11
}
,
"rules"
:
{
}
}