UNPKG
@nestjs/jwt
Version:
latest (12.0.2)
12.0.2
12.0.1
12.0.0
11.0.2
11.0.1
11.0.0
10.2.0
10.1.1
10.1.0
10.0.3
10.0.2
10.0.1
10.0.0
9.0.0
8.0.1
8.0.0
7.2.0
7.1.0
7.0.0
6.1.2
6.1.1
6.1.0
6.0.0
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
Nest - modern, fast, powerful node.js web framework (@jwt)
github.com/nestjs/jwt
nestjs/jwt
@nestjs/jwt
/
dist
/
jwt.providers.js
5 lines
(4 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
import
{
JWT_MODULE_OPTIONS
}
from
'./jwt.constants.js'
;
export
function
createJwtProvider
(
options
) {
return
[{
provide
:
JWT_MODULE_OPTIONS
,
useValue
: options || {} }]; }