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 and Jordan-Nelson committed Aug 28, 2024
1 parent 04ff083 commit e172ad6
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 e172ad6

Please sign in to comment.