Skip to content

Commit b79f5bb

Browse files
committed
docs(docs): add few lines
add few lines GH-0
1 parent 9956344 commit b79f5bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2470,8 +2470,9 @@ export class CognitoOauth2VerifyProvider
24702470
}
24712471
}
24722472
```
2473+
**Note**: Please ensure that the user or tenant record you are trying to access exists in your database. Alternatively, adjust your verifier implementation to handle cases where the record may not be present.
24732474

2474-
Please note the Verify function type _VerifyFunction.CognitoAuthFn_
2475+
Please note the Verify function type _VerifyFunction.CognitoAuthFn_ & you can also write application specific definition of verifier fucntion
24752476

24762477
Now bind this provider to the application in application.ts.
24772478

0 commit comments

Comments
 (0)