4 changed files with 45 additions and 23 deletions
@ -1,12 +1,12 @@ |
|||||||
; top-most EditorConfig file |
; top-most EditorConfig file |
||||||
root = true |
root = true |
||||||
|
|
||||||
; Unix-style newlines |
; Unix-style newlines |
||||||
[*] |
[*] |
||||||
end_of_line = lf |
end_of_line = lf |
||||||
|
|
||||||
[*.php] |
[*.php] |
||||||
indent_style = tab |
indent_style = tab |
||||||
charset = utf-8 |
charset = utf-8 |
||||||
trim_trailing_whitespace = true |
trim_trailing_whitespace = true |
||||||
insert_final_newline = true |
insert_final_newline = true |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
# CodeIgniter-Aauth v3 |
# CodeIgniter-Aauth v3 |
||||||
## for CodeIgniter 4.x |
## for CodeIgniter 4.x |
||||||
|
|
||||||
Aauth is a User Authorization Library for CodeIgniter 4.x, which aims to make easy some essential jobs such as login, permissions and access operations. Despite its ease of use, it has also very advanced features like groupping, access management, and public access. |
Aauth is a User Authorization Library for CodeIgniter 4.x, which aims to make easy some essential jobs such as login, permissions and access operations. Despite its ease of use, it has also very advanced features like groupping, access management, and public access. |
Loading…
Reference in new issue