Skip to content

Commit a0face7

Browse files
committed
chore: update REAME.md
1 parent ebffd60 commit a0face7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Nest OAuth: Adding External Providers
1+
# Nest OAuth: Adding Mobile Apps Support
22

33
## Intro
44

55
This is the source code for the
6-
tutorial [Nest Authentication with OAuth2.0](https://dev.to/tugascript/nestjs-authentication-with-oauth20-adding-external-providers-2kj).
6+
tutorial [Nest Authentication with OAuth2.0](https://dev.to/tugascript/nestjs-authentication-with-oauth20-adding-mobile-apps-support-13nl).
77
This is the 6<sup>th</sup> and extra part on a 5 part series, where we will build a production level NestJS OAuth2
88
service.
99

src/oauth2/oauth2.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export class Oauth2Controller {
218218
status: HttpStatus.OK,
219219
})
220220
@ApiUnauthorizedResponse({
221-
description: 'Code or state is invalid',
221+
description: 'Code or redirectUri is invalid',
222222
})
223223
public async token(
224224
@CurrentUser() userId: number,

0 commit comments

Comments
 (0)