Isidro Martínez
Results
2
comments of
Isidro Martínez
This is not a issue related with `express-session` library. If you want dynamic max-age cookie expiration use the following example: ``` var express = require('express'); var session = require('express-session'); var...
@Divide-By-0 I see that there are some working tests for the download functionality [here](https://github.com/zkemail/proof-of-twitter/blob/main/packages/app/tests/e2e-dl-zkp.test.ts.) but they take around 4-6 minutes to complete. Also, Can I know more details about the...