Skip to content

Commit 041eef7

Browse files
authored
Merge pull request #12 from veracity/error-handling
Added star on new error prop
2 parents 806b165 + 990e2b9 commit 041eef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ VIDPError objects expose a `details` property that contains:
586586
- `error` - The error code for this error (see the complete list below)
587587
- `description` - A textual description of the error
588588
- `innerError` - Certain errors such as token validation errors will contain an inner error from the validation library. You can inspect this for more details.
589-
- `idToken` - Contains the raw ID token if one was available. You can decode this to view all user information.
589+
- `idToken` - ⭐️Contains the raw ID token if one was available. You can decode this to view all user information.
590590

591591
Should an error occur during the authentication process it will be passed to next() just like other errors in Connect-compatible applications like ExpressJS. You should handle these errors according to the documentation from your library of choice. You can find more information on error handling in [Connect here](https://github.com/senchalabs/connect#error-middleware) and [ExpressJS here](https://expressjs.com/en/guide/error-handling.html).
592592

0 commit comments

Comments
 (0)