myth-auth icon indicating copy to clipboard operation
myth-auth copied to clipboard

One-stop Auth package for CodeIgniter 4

Results 30 myth-auth issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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....

waiting for info

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",...

bug
in progress

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...

help wanted
documentation
in progress

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...

enhancement
security

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...

enhancement

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,...

next version