Skip to content

Commit

Permalink
Increase token duration
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Sep 14, 2023
1 parent 8025a78 commit 638660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class WorkflowService {
sub: "urn:deco:service::workflows",
aud: `urn:deco:site::${namespace}:`,
iat,
exp: iat + 600, // ten minutes duration
exp: iat + 600_000, // ten minutes duration
});
}

Expand Down

0 comments on commit 638660c

Please sign in to comment.