jwt:基于jsonwebtoken包的JWT实用程序模块:unlocked: 源码
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。 描述 基于包的的JWT实用程序模块。 安装 $ npm i --save @nestjs/jwt 用法 导入JwtModule : @ Module ( { imports : [ JwtModule . register ( { secret : 'hard!to-guess_secret' } ) ] , providers : [ ... ] , } ) export class AuthModule { } 注入JwtService : @ Injectable ( ) export class AuthServ
文件列表
jwt-master.zip
(预估有个29文件)
jwt-master
.github
ISSUE_TEMPLATE.md
1KB
PULL_REQUEST_TEMPLATE.md
1KB
index.ts
24B
.eslintrc.js
708B
.circleci
config.yml
937B
lib
index.ts
91B
暂无评论