Skip to content

Commit

Permalink
Merge branch 'main' into enh/895-custom-refresh-response-token-pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizzato95 authored Sep 17, 2024
2 parents 806692f + c1c31ed commit b5dfff4
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 @@ -225,7 +225,7 @@ export default defineNuxtConfig({
token: {
refreshResponseTokenPointer: '/token',
signInResponseRefreshTokenPointer: '/refresh-token',
refreshRequestTokenPointer: 'Bearer',
refreshRequestTokenPointer: '/refresh-token',
cookieName: 'auth.token',
maxAgeInSeconds: 1800,
sameSiteAttribute: 'lax',
Expand Down

0 comments on commit b5dfff4

Please sign in to comment.