Integrating CodeIgniter 4 with Auth0

Integration with Auth0 is quite simple and comes down to a few steps. I assume you already have your Auth0 account so you just need to install the library via Composer: ...

June 6, 2021 · 3 min

Upload files directly to S3 with Dropzone.js

Uploading files directly to S3 requires a few changes to the way Dropzone handles uploads, but it’s nothing particularly difficult. ...

May 9, 2021 · 4 min

UUID with CodeIgniter 4

Up until now, working with UUIDs and CodeIgniter 4 hasn’t been much fun, but that has now changed with the codeigniter4-uuid library. ...

April 24, 2021 · 1 min