You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2470,8 +2470,9 @@ export class CognitoOauth2VerifyProvider
2470
2470
}
2471
2471
}
2472
2472
```
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.
2473
2474
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
2475
2476
2476
2477
Now bind this provider to the application in application.ts.
0 commit comments