We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32f9b1 commit c1c31edCopy full SHA for c1c31ed
docs/.vitepress/routes/navbar.ts
@@ -44,7 +44,7 @@ export const routes: DefaultTheme.Config['nav'] = [
44
],
45
},
46
{
47
- text: '0.9.1',
+ text: '0.9.2',
48
items: [
49
50
text: '0.8.2',
docs/guide/local/quick-start.md
@@ -224,7 +224,7 @@ export default defineNuxtConfig({
224
refreshOnlyToken: true,
225
token: {
226
signInResponseRefreshTokenPointer: '/refresh-token',
227
- refreshRequestTokenPointer: 'Bearer',
+ refreshRequestTokenPointer: '/refresh-token',
228
cookieName: 'auth.token',
229
maxAgeInSeconds: 1800,
230
sameSiteAttribute: 'lax',
0 commit comments