Pylons custom authorizer with Authkit?
How do i setup authkit for more authorizers? I want to give certain users admin r开发者_开发知识库ights, but only for their own page.
http://pylonsbook.com/en/1.1/authentication-and-authorization.html#authkit
What do you mean by 'admin rights, but only for their own page'? You mean that user could, for example view other user profiles and edit his own profile? In this case you should check what information should be shown to user and what actions (s)he could perform by yourself.
精彩评论