We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added note on restricting all access.
Added example of "only if signed in" permissions.
Fixed confusing example: `can_*` methods are instance methods on a user, and probably don't have access to a separate `user` object.
Fixed improper syntax in headings.
can_read_forem_topic? was missing, so I added it to the list at the top of this page. Since I'm not sure about the default value, I didn't add it to the list at the bottom.
Updated Authorization System (markdown)
Fixes indentation level to prevent page rename by Github.
Overhauls documentation to be more user-friendly.
Add can_edit_forem_posts? to Authorization System
Explain Ability class + usage
Remove extra `
Remove extra :
Remove ugly formatting of permission method headers
Document Authorization System as it stands
Created Authorization System (markdown)