PhilippLgh

Results 23 comments of PhilippLgh

One way to trigger the internal session re-validation on the active(!) window (thx to @ValentinH for providing some insights) might be to manually trigger a `visibilitychange` event https://github.com/nextauthjs/next-auth/blob/main/src/client/index.js#L72 ```javascript document.addEventListener(...

.node files are Node native extensions. The issue you are experiencing has to do with prebuilt native binaries that are not compatible to your architecture/platform. This is most likely a...

The new implementation uses a BroadcastChannel based on the localStorage API. This could work (not tested): ```javascript export default function refreshSession () { const message = { event: 'session', data:...

[IPFS](https://ipfs.io/) potential issues: https://github.com/ethereum/grid/issues/412