Skip to content

Commit

Permalink
fix(skeleton): allow offline access for API
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Mar 19, 2024
1 parent 06e82b3 commit b9391dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skeleton/templates/src/auth0-stack.ts.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Auth0Stack extends TerraformStack {
identifier: "{{{api.identifier}}}",
name: "{{{api.name}}}",
skipConsentForVerifiableFirstPartyClients: true,
allowOfflineAccess: true,
});

{{/if}}
Expand Down

0 comments on commit b9391dc

Please sign in to comment.