[BE] 2.04 oAuth를 활용한 로그인 API 구현 #7 #47
Annotations
10 errors
Run linter:
BE/src/app.module.ts#L8
'User' is defined but never used
|
Run linter:
BE/src/auth/auth.controller.ts#L13
'express' should be listed in the project's dependencies. Run 'npm i -S express' to add it
|
Run linter:
BE/src/auth/auth.controller.ts#L72
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Run linter:
BE/src/auth/auth.module.ts#L20
Async method 'useFactory' has no 'await' expression
|
Run linter:
BE/src/auth/auth.service.ts#L32
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run linter:
BE/src/auth/auth.service.ts#L51
Async method 'generateAccessToken' has no 'await' expression
|
Run linter:
BE/src/auth/auth.service.ts#L59
Async method 'generateRefreshToken' has no 'await' expression
|
Run linter:
BE/src/auth/auth.service.ts#L90
Missing radix parameter
|
Run linter:
BE/src/auth/auth.service.ts#L93
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run linter:
BE/src/auth/dto/auth-credentials.dto.ts#L6
'IsEmail' is defined but never used
|
Loading