silverstripe-framework/docs/en/02_Developer_Guides/09_Security/index.md
Aaron Carlino 54e7223d98 NEW: Docs rebuild for compliance with Gatsby (#9316)
* Rewrite callout blocks

* Rewrite frontmatter

* Replace missing frontmatter

* Replace note callouts

* Fix icons

* Hide children

* Tidy up code blocks

* Replace legacy code blocks with fenced
2019-11-20 10:44:53 +13:00

473 B

title summary icon
Security This guide covers user authentication, the permission system and how to secure your code against malicious behaviors user-shield

Security and User Authentication

This guide covers using and extending the user authentication in SilverStripe, permissions, user groups and roles, and how to secure your code against malicious behaviors of both your users and hackers.

[CHILDREN Exclude=How_to]

How to's

[CHILDREN Folder=How_To]