myth-auth
myth-auth copied to clipboard
One-stop Auth package for CodeIgniter 4
From the ROADMAP https://github.com/lonnieezell/myth-auth/projects/1#card-37568349 I notice that we can use filter (maybe `sudo-su` 😄) for give the user access to the page that need to input their password first. how...
Hi, I'm not sure if this should be marked as a bug but i just found out a small issue that could only be resolved by changing the vendor package....
Hi, i implemented myth auth in a test api and when i try to create a new user via "application/json" i get an exception ``` { "title": "ErrorException", "type": "ErrorException",...
Now Myth:Auth uses $reservedRoutes config variable to generate content of Myth's routes.php file and users can customize it. In AuthController.php file we can find many redirects to the **named routes**,...
Hello, Don't know if it's relevant but just in case i post it here. I'm using Event login to set an additional cookie which work perfectly fine, and want to...
It has been over a year since the [documention](https://github.com/lonnieezell/myth-auth/tree/develop/docs) was actually updated with numerous changes along the way. Looking for someone willing to read through and update any discrepancies, and...
Because email addresses must be `unique` in the database, accounts can be denied intentionally or accidentally by "camping" a new account with the email address, verified or not. Unverified emails...
Please, the two factor authentication can either use a validated phone number or email address to send a 6 digit code. And the account lockout should count the total number...
User permissions cache is not updated when Group permissions are altered, creating a potential lag time between adding/removing a group permission and the update to the user.
`BaseValidator` and `ValidatorInterface` provide almost identical offerings. One of these should be deprecated, depending on whether the intent. Either: * keep the base, adding `abstract public function check()` (less restriction,...