gonchantech
Results
2
comments of
gonchantech
I’d like to share my view on this bug. The issue reported is happening inside the `signOut` method, specifically in the `admin.signOut` block. Currently, the code looks like this: ```ts...
Hello, let me answer your questions. **1. Is this warning a false positive?** `getClaims()` internally uses `getSession()`. In a server-side environment, cookies could potentially be tampered with, so the warning...