juicycleff / casbin-mongodb-adapter

Pure MongoDB adapter for Casbin
MIT License
9 stars 14 forks source link

It that possible to support data updating with mongoDB transaction? #22

Open AlgerLin-Noodoe opened 1 year ago

AlgerLin-Noodoe commented 1 year ago

In my code, I update mongo DB documents with transaction, which could guaranty my updating would not leak or conflict. However, my transaction seems not able to apply to the casbint documents updating. Is that possible to let me to pass my client session to the adapter?