Pedro Narciso García Revington

Results 12 comments of Pedro Narciso García Revington

got same issue while trying to implement the solution provided in this comment https://github.com/jaredhanson/passport-oauth2/issues/96#issuecomment-403538004

@kleydon I implemented this in the past by changing the genid function. The idea is to generate a random id that we can find later i.e `$userid-random()`. Then in your...

@florianwalther-private @ultimate-tester there is no need to loop nor keep a list of ids. The way I do this: create a [genid](https://github.com/expressjs/session#genid) function that prefix id with user id ```javascript...

@florianwalther-private are you passing your genid function to session function? https://github.com/expressjs/session#genid You don't call genid directly. It is being called by session when you call `#req.session.regenerate()`. So, after a user...

Right!, If you use passport double check that passport itself is not creating some data El sáb., 14 may. 2022 16:19, Florian Walther ***@***.***> escribió: > @revington Nevermind, I got...

Hey @andrewrk, in PR #78 you said that you are currently focused on other stuff. Are you still supporting this project?

I've been able to install deps downgrading node to v12 from v16. Got the following warnings ``` npm install --save-dev typescript @types/react npm WARN @babel/[email protected] requires a peer of @babel/core@^7.0.0-0...

+1 Also a benchmark will be really interesting

You mean you do not want to push it to github or you want to make a closed source product of it?

[Recomended practice](http://stackoverflow.com/questions/31183154/why-in-node-js-do-you-have-a-number-of-workers-equal-to-cpu-cores-when-theres-a) is one worker per cpu.