Sylvain LAPENDRY

Results 16 comments of Sylvain LAPENDRY

Thanks to PermissionService.grant(). ``` PermissionService.grant([ { user: user.id, model: "post", action: "create" }, { user: user.id, model: "post", action: "read" }, ... ```

Are you planning to add a JWT auth to this boilerplate ?