Hi, I have developed the pundit-ts[1], a fully type-safe authorization library for Node.JS. It's inspired by the pundit gem[2].
pundit-ts provides almost the same functionality as the pundit gem, but with full type-safety for both actions (ie. create, edit etc...) and the filtering (policy_scope in the pundit). so you will benefit excellent auto-complete support for your entities.
2 comments
[ 2.8 ms ] story [ 16.9 ms ] threadpundit-ts provides almost the same functionality as the pundit gem, but with full type-safety for both actions (ie. create, edit etc...) and the filtering (policy_scope in the pundit). so you will benefit excellent auto-complete support for your entities.
[1]: https://github.com/fatihky/pundit-ts [2]: https://github.com/varvet/pundit