Skip to content

Commit

Permalink
Enable refresh tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostbird committed Sep 16, 2023
1 parent 4904a08 commit f383c2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/1.auth0.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineNuxtPlugin((nuxtApp) => {
redirect_uri: window.location.origin,
audience: runtimeConfig.public.apiUrl,
},
useRefreshTokens: true,
});

nuxtApp.vueApp.use(auth0);
Expand Down

0 comments on commit f383c2f

Please sign in to comment.