Skip to content

Commit

Permalink
Merge branch 'main' into 797/improve-base-url-detection
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Sep 18, 2024
2 parents 1d6b3f1 + 8c73bf3 commit a79cd9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion docs/recipes/community/laravel-passport.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ export default NuxtAuthHandler({
```

:::tip Learn more
You can find the full discussion in the issue [#149](https://github.com/sidebase/nuxt-auth/v0.6/issues/149). Solution provided by [@Jericho1060](https://github.com/Jericho1060)
You can find the full discussion in the issue [#149](https://github.com/sidebase/nuxt-auth/issues/149). Solution provided by [@Jericho1060](https://github.com/Jericho1060)
:::

0 comments on commit a79cd9b

Please sign in to comment.