Skip to content

Commit

Permalink
chore(infra): Extend API key expiration (#5336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Equartey authored Aug 22, 2024
1 parent cd554b5 commit ac03237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ export const data = defineData({
schema,
authorizationModes: {
defaultAuthorizationMode: "userPool",
apiKeyAuthorizationMode: { expiresInDays: 30 },
apiKeyAuthorizationMode: { expiresInDays: 365 },
},
});

0 comments on commit ac03237

Please sign in to comment.