Skip to content

Commit 31c2113

Browse files
Merge pull request #6 from Crowdhandler/strategy/trust-on-fail-default
Strategy/trust on fail default
2 parents a2a0699 + b06d707 commit 31c2113

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

dist/originOverride.zip

0 Bytes
Binary file not shown.

dist/viewerRequest.zip

1 Byte
Binary file not shown.

dist/viewerResponse.zip

0 Bytes
Binary file not shown.

handlerViewerRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports.viewerRequest = async (event) => {
1010
const APIDomain = "CROWDHANDLER_API_DOMAIN";
1111
// If failtrust is false, users that fail to check-in with CrowdHandler will be sent to waiting room.
1212
// If true, users that fail to check-in with CrowdHandler will be trusted.
13-
const failTrust = false;
13+
const failTrust = true;
1414
const publicKey = "CROWDHANDLER_PUBLIC_KEY";
1515
// Set slug of fallback waiting room for users that fail to check-in with CrowdHandler.
1616
let safetyNetSlug;

0 commit comments

Comments
 (0)