We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7e243 commit 2442dc6Copy full SHA for 2442dc6
src/auth/authorizationChecker.ts
@@ -20,7 +20,7 @@ export function authorizationChecker(connection: Connection): (action: Action, r
20
21
if (token === undefined) {
22
log.warn('No token given');
23
- return false; // res.failed(403, 'You are not allowed to request this resource!');
+ return false;
24
}
25
26
// Request user info at auth0 with the provided token
0 commit comments