rbac
rbac copied to clipboard
Mongoose driver is removed after 5.0
Hi, I noticed that mongoose driver is removed from this package, maybe it's separated as a independent package. But I'm curious where does it go? The code below no longer works on 5.0, and I need some instructions, thanks!
const rbac = new RBAC({
storage: new Mongoose({
connection,
Schema: connection.base.Schema,
}),
})
@chuyik have you figured it out?
@znat I write my own rbac package instead, but it's not open source.