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: ...
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: ...
Uploading files directly to S3 requires a few changes to the way Dropzone handles uploads, but it’s nothing particularly difficult. ...
Up until now, working with UUIDs and CodeIgniter 4 hasn’t been much fun, but that has now changed with the codeigniter4-uuid library. ...