File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Shield Documentation
22
3- ## What is Shield?
3+ ## What is Shield? 🤔
44
55Shield is the official authentication and authorization framework for CodeIgniter 4. While
66it does provide a base set of tools that are commonly used in websites, it is
77designed to be flexible and easily customizable.
88
9- ### Primary Goals
9+ ### Primary Goals 🥅
1010
1111The primary goals for Shield are:
1212
13131 . It must be very flexible and allow developers to extend/override almost any part of it.
14142 . It must have security at its core. It is an auth lib after all.
15153 . To cover many auth needs right out of the box, but be simple to add additional functionality to.
1616
17- ### Important Features
17+ ### Important Features 🌠
1818
1919* Session-based authentication (traditional ID/Password with Remember-me)
2020* Stateless authentication using Personal Access Tokens
@@ -24,11 +24,11 @@ The primary goals for Shield are:
2424* Flexible Groups-based access control (think Roles, but more flexible)
2525* Users can be granted additional Permissions
2626
27- ### License
27+ ### License 📑
2828
2929Shield is licensed under the MIT License - see the [ LICENSE] ( https://github.com/codeigniter4/shield/blob/develop/LICENSE ) file for details.
3030
31- ### Acknowledgements
31+ ### Acknowledgements 🙌🏼
3232
3333Every open-source project depends on it's contributors to be a success. The following users have
3434contributed in one manner or another in making Shield:
You can’t perform that action at this time.
0 commit comments