File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,18 @@ These are much like the access codes that GitHub uses, where they are unique to
2929can have more than one. This can be used for API authentication of third-party users, and even for allowing
3030access 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
You can’t perform that action at this time.
0 commit comments