mongoose-adapter
mongoose-adapter copied to clipboard
Mongoose adapter for Casbin
Following up the discussion had [here](https://github.com/node-casbin/mongoose-adapter/issues/55), mongoose adapter needs a way to adapt possible schema changes to ensure that previous users of the adapter have a possibility reliable and documented...
It would be great to be able to set collection name as an option in `adapterOptions` Currently adapter is using hardcoded `casbin_rule` name We'd like to use camelCase to be...
Hi! I am a MongoDB novice and would like to ask two questions. Why doesn’t the `newSyncedAdapter `API return the current session or call the current `session.endSession`? Because I want...