UNPKG
jwt-token-blacklist
Version:
latest (0.0.1)
0.0.1
A module based on jsonwebtoken package with blacklisting in redis or memory.
jwt-token-blacklist
/
.babelrc
13 lines
(12 loc)
•
217 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
:
[
"es2015"
,
"stage-2"
]
,
"plugins"
:
[
[
"transform-runtime"
,
{
"polyfill"
:
false
,
"regenerator"
:
true
}
]
]
}