Joakim

Results 11 issues of Joakim

**What's your scenario? What do you want to achieve?** Pretty much a follow-up from https://github.com/casbin/casbin/issues/718#issuecomment-889785940 > So, do you think this problem is solvable by Casbin? I think this is...

question

Based on @Zxilly 's work in: https://github.com/casbin/node-casbin/pull/303 Fixed the issue of `generateGFuncion` being async, therefore not working in syncedEnforcer. I am not sure if the implementation is clear enough, but...

Casbin repository has some initial work done for this: https://github.com/casbin/casbin/pull/1040 When design has been completed, this should be implemented for `node-casbin` as well. Reference issues: https://github.com/casbin/casbin/issues/718 https://github.com/casbin/casbin/issues/872 https://github.com/casbin/casbin/issues/1032

enhancement

Added KoaJS support which I needed personally. - [x] All tests work - [x] All functions are supported - [x] Everything is now async - [x] Refactored node-paginate-anything.js for Koa...

Work in progress. Initial idea from https://github.com/casbin/casbin/pull/1040 - [x] add basic functionality to the `roleManager` - [x] Fix related helper functions - [ ] Add documentation? - [x] Rebase from...

@hsluoyz @nodece Interested to put this under `node-casbin`? https://github.com/Sefriol/casbin-mongo-changestream-watcher/pull/1

enhancement

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...

enhancement

Hey @travist I made this version couple years ago and I was wondering if you were interested. This adds KoaJS support for resourceJS and it's written in async way with...

## Purpose * Previously nested and array JSON was converted to flat dictionary if it were not provided as a string to telemetry. This allows to store different and complex...

1. **What happens**: - New message / Connection notification appears on the app if you check your connections on other device (for example PC desktop application) 2. **What was expected**:...

bug
help wanted