Skip to content

Commit

Permalink
fix: refreshRequestTokenPointer to correct example
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Sep 17, 2024
1 parent c32f9b1 commit b1d0c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/local/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default defineNuxtConfig({
refreshOnlyToken: true,
token: {
signInResponseRefreshTokenPointer: '/refresh-token',
refreshRequestTokenPointer: 'Bearer',
refreshRequestTokenPointer: '/refresh-token',
cookieName: 'auth.token',
maxAgeInSeconds: 1800,
sameSiteAttribute: 'lax',
Expand Down

0 comments on commit b1d0c47

Please sign in to comment.