codeigniter4-auth
codeigniter4-auth copied to clipboard
A simple authentication library for CodeIgniter 4.
404
Followed instructions but getting a 404 when I type in /register. Should I copy all the routes to my Routes.php in Config? I'm missing something.
The library needs Remember me to be complete, the rest is very good
HI, I am receiving the following error code when I run migrate: mysqli_sql_exception #1146 Table 'ci4.users' doesn't exist The Migration doesn't create the table and if I create the user's...
Please, add the social login features in the next update, im still looking for the social authentication library in codeigniter 4, but i can't find it.
- Added the field for setting an user's group. - By default users will be set to group '0'. This allows administrator groups by changing it to a '1' or...