liyu001989 / lumen-api-demo

Lumen rest api demo with Dingo/Api, JWT, CORS, PHPUNIT

Home Page:http://lumen.lyyw.info/apidoc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问,如果我想在transformer层控制权限怎么整呢?

dasewan opened this issue · comments

image
例如两个用户都访问/api/posts?include=user,comments 。我想让一个用户看到posts,user,comments。 但是另一个用户只能看到posts,user。能实现吗