Permissions TutorialΒΆ

Author:Luis De la Parra, Uli Fouquet, Jan-Wijbrand Kolman, Sebastian Ware

Grok comes with authorization capabilities out of the box. The authorization checks here are done based on the Views used to access (display/manipulate) the content. Grok requires you to explicitly grant access to views using the grok.requires() directive.

Contents: