Skip to content

Commit

Permalink
#53 Use local storage for auth0 session (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery authored Jul 6, 2024
1 parent 972d122 commit 01b60f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ render(
audience: window.env.VITE_AUTH0_AUDIENCE,
redirect_uri: window.location.origin,
}}
cacheLocation='localstorage'
>
<BrowserRouter>
<AuthorizedApolloProvider>
Expand Down

0 comments on commit 01b60f7

Please sign in to comment.