没有合适的资源?快使用搜索试试~ 我知道了~
基于jwt的est-rest-authorization-nest.js
共62个文件
ts:46个
json:5个
eslintignore:1个
需积分: 9 1 下载量 150 浏览量
2021-02-13
08:51:36
上传
评论
收藏 226KB ZIP 举报
温馨提示
基于JWT的Nest.js授权 这是我的的代码示例 安装 我假设您有节点,yarn / npm和postgres 首先,您必须下载依赖项 npm i 然后检查配置 nano .env 然后以观看模式开始 npm run start 或在生产模式下 npm run build npm run prod 码头工人 否则你可以使用docker docker-compose up --build 用法 您可以通过执行此CURL请求,使用 / My5up3r5tr0ngP @ 55w0rd登录到应用程序 curl \ -X POST http://localhost:3000/auth/login \ -d ' {"email": "trejgun@gmail.com", "password": "My5up3r5tr0ngP@55w0rd"} ' \ -H " Content-Type:
资源推荐
资源详情
资源评论
收起资源包目录
jwt-based-rest-authorization-for-nestjs-master.zip (62个子文件)
jwt-based-rest-authorization-for-nestjs-master
.gitignore 87B
Dockerfile 120B
jest.config.json 219B
.eslintrc 179B
package.json 3KB
package-lock.json 992KB
src
app.module.ts 800B
env.ts 477B
user
user.entity.ts 503B
schemas
create.ts 351B
index.ts 26B
user.service.spec.ts 755B
interfaces
user.ts 135B
create.ts 76B
roles.ts 61B
index.ts 75B
user.module.ts 403B
user.controller.ts 644B
user.service.ts 2KB
auth
auth.constants.ts 138B
auth.jwt.controller.ts 1KB
auth.service.ts 2KB
auth.service.spec.ts 1KB
schemas
login.ts 337B
refresh.ts 264B
index.ts 78B
logout.ts 256B
interfaces
token.ts 141B
login.ts 71B
refresh.ts 60B
index.ts 103B
logout.ts 59B
strategies
jwt.ts 796B
index.ts 23B
auth.module.ts 725B
auth.entity.ts 1KB
index.ts 835B
migrations
1563804021014-setup-user.ts 761B
1572880566396-add-auth-table.ts 2KB
1561991006215-add-schema.ts 404B
1562222612033-add-user-table.ts 1000B
ormconfig.ts 1KB
common
pipes
custom-validation-pipe.ts 385B
index.ts 42B
decorators
user.ts 237B
public.ts 161B
roles.ts 188B
index.ts 75B
guards
jwt.ts 627B
roles.ts 616B
index.ts 48B
typeorm.options.ts 396B
tsconfig.json 735B
.env 134B
.huskyrc 78B
docker-compose.yml 601B
README.md 3KB
.eslintignore 28B
.lintstagedrc 118B
renovate.json 84B
.editorconfig 148B
.prettierrc 127B
共 62 条
- 1
资源评论
李青廷Austin
- 粉丝: 24
- 资源: 4612
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功