Hi,
I might be misunderstanding the code, but isn't this line a problem?
// hooks.ts
// ... inside the handle() function:
await auth.setAuth(session.access_token)
// ...
Since this code runs on the server, this would mean that all subsequent calls on auth will use the same session.access_token for all users?