File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Nest OAuth: Adding External Providers
1+ # Nest OAuth: Adding Mobile Apps Support
22
33## Intro
44
55This 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 ) .
77This is the 6<sup >th</sup > and extra part on a 5 part series, where we will build a production level NestJS OAuth2
88service.
99
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments