You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,20 +31,15 @@ access for a mobile application that you build.
31
31
32
32
## Some Important Features
33
33
34
-
1. Session-based authentication (traditional email/password with remember me)
35
-
2. Stateless authentication using Personal Access Tokens
36
-
3. Optional Email verification on account registration
37
-
4. Optional Email-based Two Factor Authentication after login
38
-
5. Magic Login Links when a user forgets their password
39
-
6. Flexible groups-based access control (think roles, but more flexible)
40
-
7. Users can be granted additional permissions
41
-
8. User Entity and UserModel ready for you to use or extend
42
-
9. A simple helper that provides access to the most common auth actions
43
-
10. Easily extendable controllers
44
-
11. All required views that can be used as is or swapped out for your own
45
-
12. Highly configurable
46
-
13. Built to extend and modify
47
-
14. Save initial settings in your code so it can be in version control, but can also be updated in the database, thanks to our [Settings library](https://github.com/codeigniter4/settings)
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.
0 commit comments