Skip to content

Commit c293ab3

Browse files
authored
Merge pull request #427 from datamweb/add-features-to-readme
docs: add some important shield features to `README.md`
2 parents 90c5eec + 8b9101f commit c293ab3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ These are much like the access codes that GitHub uses, where they are unique to
2929
can have more than one. This can be used for API authentication of third-party users, and even for allowing
3030
access for a mobile application that you build.
3131

32+
## Some Important Features
33+
34+
* Session-based authentication (traditional email/password with remember me)
35+
* Stateless authentication using Personal Access Tokens
36+
* Optional Email verification on account registration
37+
* Optional Email-based Two Factor Authentication after login
38+
* Magic Login Links when a user forgets their password
39+
* Flexible groups-based access control (think roles, but more flexible)
40+
* Users can be granted additional permissions
41+
42+
See the [An Official Auth Library](https://codeigniter.com/news/shield) for more Info.
43+
3244
## Getting Started
3345

3446
### Prerequisites

0 commit comments

Comments
 (0)