Ben Edmunds

Results 27 comments of Ben Edmunds

How is Ion Auth loaded in your Base_Controller during testing? What if so load ion auth in the stream class?

What else have you tried to troubleshoot this? What if you manually load the package in this controller?

Yes that's definitely inefficient. I would define an auth class property in your base controller and then use that in the filters. Here's an example of doing that in CI4:...

We should still trim these in the app code right?

forgotten_password_check uses a token, not the straight code. Can you make sure you're on the latest commit?

"MySQL server has gone away" is usually a connection error. Truthfully I don't remember the reason for this, I think it was to account for custom selects. This code has...

You should be able to create a new library that extends the one in ThirdParty, then include that in your controller instead.

Can you zip up an example project with what you’ve tried. You can email it to me at ben.edmunds at gmail