lindleycb / meteor-stale-session

Stale session and session timeout handling for meteorjs
MIT License
40 stars 20 forks source link

staleSessionInactivityTimeout ramdomly not working once in a while #23

Open fg1000 opened 4 years ago

fg1000 commented 4 years ago

in Meteor.startup(function () { …

i have added Accounts.validateLoginAttempt(function(attempt) { …

with a console.log( attempt.type …

it result the unattended reconnect is of type “resume”

this occur ramdomly once in a while

as it is a major security concern i wonder how other people do ? :ambulance:

i'm not alone to find that bug see https://forums.meteor.com/t/47412

thx