Skip to content

Commit

Permalink
Update check-task-status-authorizer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ziedbentahar committed May 2, 2023
1 parent ffa2f8a commit f2cd34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/lambdas/check-task-status-authorizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export const handler = async (event: {
const validateToken = (
token: string
): { isTokenValid: boolean; principalId: string } => {
// TODO: do token with callback validation
// TODO: do token validation
return { isTokenValid: true, principalId: "42" };
};

0 comments on commit f2cd34d

Please sign in to comment.