Léo Pradel

Results 142 comments of Léo Pradel

@blessanabraham if you have time to add the tests I can create a release after it's merged with the changes :)

You can check this gist https://gist.github.com/acomito/b6969d6121254eeffa54be431a3f2262

@sakulstra iirc meteor is using an internal `setInterval` to delete the sessions

https://github.com/meteor/meteor/blob/9343ce2a3e6cfe88d591b827f826ee3241f66b3b/packages/accounts-base/accounts_server.js#L1430

@sakulstra the sessions are stored as a token saved inside the user object and TTL is not working in such case. If they wanted to use it they would have...

Accounts-boost is not the prefered way to use accounts-js for now, can you try the same with accounts/server and accounts/graphql?

By deployed do you mean deployed online? Or just to provide a docker-compose file ready for the examples?

Thank you so much for the pr @darkbasic, I will be able to have a look only next week 🙏

@darkbasic I started to review the pr, but the amount of unrelated changes makes it really hard :( Could it possible to split it in multiple prs? eg: 1. upgrade...

@darkbasic I upgraded the deps to limit the number of changes in this pr. > I circumnvented the issue by overriding the bundled graphql-tools version (darkbasic/accounts@f078633/package.json#L75) and it works fine...