silverstripe-framework/docs/en/02_Developer_Guides/09_Security/index.md

16 lines
474 B
Markdown
Raw Normal View History

---
title: Security
summary: This guide covers user authentication, the permission system and how to secure your code against malicious behaviors
icon: user-shield
---
2014-10-13 10:52:19 +02:00
# Security and User Authentication
2014-10-13 10:52:19 +02:00
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.
2014-10-13 10:52:19 +02:00
[CHILDREN Exclude=How_to]
## How to's
[CHILDREN Folder=How_To]