This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.get( | |
'/dashboard/sso', | |
middleware.checkForUserObject, | |
// @ts-expect-error - TS7006 - Parameter 'req' implicitly has an 'any' type. | TS7006 - Parameter 'res' implicitly has an 'any' type. | TS7006 - Parameter 'next' implicitly has an 'any' type. | |
// eslint-disable-next-line unused-imports/no-unused-vars | |
function dashboardGetSso(req, res, next) { | |
const payload = { | |
iat: Math.ceil(new Date().getTime() / 1000), | |
jti: uuid.v4(), | |
first_name: req.user.firstName, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"examDelivery": { | |
"deliverableId": "25R05922", | |
"deliveryDateTime": "2025-03-05T01:24:05.1789115Z", | |
"deliveryCompletedDateTime": "2025-03-05T01:24:22.7012793Z", | |
"bookingId": "0FC-7AD", | |
"deliveryType": "Unproctored", | |
"secureBrowser": false, | |
"status": "Complete", | |
"completeReasonCode": "CandidateCompleted", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"examDelivery": { | |
"deliverableId": "25R05922", | |
"deliveryDateTime": "2025-03-05T01:24:05.1789115Z", | |
"deliveryCompletedDateTime": "2025-03-05T01:24:22.7012793Z", | |
"bookingId": "0FC-7AD", | |
"deliveryType": "Unproctored", | |
"secureBrowser": false, | |
"status": "Complete", | |
"completeReasonCode": "CandidateCompleted", |
OlderNewer