Signed URLs for CodeIgniter 4 |
This library generates and validates signed URLs, ensuring secure and temporary access (optionally) to resources while preventing URL manipulation.
GitHub Repository: codeigniter-signed-url Installation: Code: composer require michalsn/codeigniter-signed-url Example Usage: PHP Code: service('signedurl')->siteUrl('controller/method'); It comes with a filter to easily validate the signed URL. Docs: https://michalsn.github.io/codeigniter-signed-url/ |
Welcome Guest, Not a member yet? Register Sign In |