Is your feature request related to a problem? Please describe.
The application stores the user's access token and ID token in local storage, which is not great, as any XSS vulnerability could lead to session hijacking.
Describe the solution you'd like
Add a server-side configuration flag to disable writing AuthUser tokens to browser's local storage. The default value is disable=false so it won't change existing behavior.
Describe alternatives you've considered
Additional context
The tokens are written to local storage by the code in src/lib/stores/auth-user.ts