Skip to content

[BE] 2.04 oAuth를 활용한 로그인 API 구현 #7 #39

[BE] 2.04 oAuth를 활용한 로그인 API 구현 #7

[BE] 2.04 oAuth를 활용한 로그인 API 구현 #7 #39

Triggered via pull request November 7, 2024 10:31
Status Failure
Total duration 37s
Artifacts

CI.yml

on: pull_request
BE-test-and-build
27s
BE-test-and-build
FE-test-and-build
13s
FE-test-and-build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
BE-test-and-build: BE/src/auth/auth.controller.ts#L13
'express' should be listed in the project's dependencies. Run 'npm i -S express' to add it
BE-test-and-build: BE/src/auth/auth.controller.ts#L72
Unsafe argument of type `any` assigned to a parameter of type `string`
BE-test-and-build: BE/src/auth/auth.module.ts#L20
Async method 'useFactory' has no 'await' expression
BE-test-and-build: 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
BE-test-and-build: BE/src/auth/auth.service.ts#L51
Async method 'generateAccessToken' has no 'await' expression
BE-test-and-build: BE/src/auth/auth.service.ts#L59
Async method 'generateRefreshToken' has no 'await' expression
BE-test-and-build: BE/src/auth/auth.service.ts#L90
Missing radix parameter
BE-test-and-build: 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
BE-test-and-build: BE/src/auth/dto/authCredentials.dto.ts#L6
'IsEmail' is defined but never used
BE-test-and-build: BE/src/auth/dto/authCredentials.dto.ts#L7
'ValidateNested' is defined but never used