Skip to content

Commit 9dee01e

Browse files
committed
docs: add emojis
1 parent 9843f27 commit 9dee01e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Shield Documentation
22

3-
## What is Shield?
3+
## What is Shield? 🤔
44

55
Shield is the official authentication and authorization framework for CodeIgniter 4. While
66
it does provide a base set of tools that are commonly used in websites, it is
77
designed to be flexible and easily customizable.
88

9-
### Primary Goals
9+
### Primary Goals 🥅
1010

1111
The primary goals for Shield are:
1212

1313
1. It must be very flexible and allow developers to extend/override almost any part of it.
1414
2. It must have security at its core. It is an auth lib after all.
1515
3. 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

2929
Shield 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

3333
Every open-source project depends on it's contributors to be a success. The following users have
3434
contributed in one manner or another in making Shield:

0 commit comments

Comments
 (0)