Skip to content

Commit

Permalink
docs: fix refreshRequestTokenPointer example (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Sep 17, 2024
1 parent c32f9b1 commit c1c31ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/routes/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const routes: DefaultTheme.Config['nav'] = [
],
},
{
text: '0.9.1',
text: '0.9.2',
items: [
{
text: '0.8.2',
Expand Down
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 c1c31ed

Please sign in to comment.