perfood / couch-auth

Powerful authentication for APIs and apps using CouchDB (or Cloudant) with Node >= 14
MIT License
66 stars 19 forks source link

fixes https://github.com/perfood/couch-auth/issues/65 #79

Closed klues closed 11 months ago

klues commented 11 months ago

I did what @LyteFM suggested in https://github.com/perfood/couch-auth/issues/65#issue-1554755156 if session conflicts are happening. I tested locally, manually provoking the error like suggested in https://github.com/perfood/couch-auth/issues/65#issuecomment-1587534835 and everything seems to work fine with the fix. However please check my solution, since I'm not familiar with the code and the workflows.

By the way, thanks for the amazing library, for keeping "superlogin" alive. We depend on it in our project AsTeRICS Grid which is a tool that helps many families with disabled children around the world.

klues commented 11 months ago

Great thanks for the review and merging! 👍 If possible please publish a new version including the fix to npm. Thanks!