Skip to content

Commit c1c31ed

Browse files
authored
docs: fix refreshRequestTokenPointer example (#912)
1 parent c32f9b1 commit c1c31ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/routes/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const routes: DefaultTheme.Config['nav'] = [
4444
],
4545
},
4646
{
47-
text: '0.9.1',
47+
text: '0.9.2',
4848
items: [
4949
{
5050
text: '0.8.2',

docs/guide/local/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export default defineNuxtConfig({
224224
refreshOnlyToken: true,
225225
token: {
226226
signInResponseRefreshTokenPointer: '/refresh-token',
227-
refreshRequestTokenPointer: 'Bearer',
227+
refreshRequestTokenPointer: '/refresh-token',
228228
cookieName: 'auth.token',
229229
maxAgeInSeconds: 1800,
230230
sameSiteAttribute: 'lax',

0 commit comments

Comments
 (0)