Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kennytian/hello-nest


https://github.com/kennytian/hello-nest

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hello Nest

![CI](https://github.com/Kennytian/hello-nest/workflows/CI/badge.svg?branch=master)

#### JWT

`@nestjs/jwt` + `@nestjs/jwt` + `JwtGuard` + `UseGuards`

#### class-transformer

`@Exclude()` + `@UseInterceptors(ClassSerializerInterceptor)` + `@Transform((value) => value.toString(), { toPlainOnly: true })`

处理隐藏 password 字段,将 id(_bsontype)转换为字符串