Download the PHP package clickbar/laravel-validate-relative-signature without Composer
On this page you can find all versions of the php package clickbar/laravel-validate-relative-signature. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download clickbar/laravel-validate-relative-signature
More information about clickbar/laravel-validate-relative-signature
Files in clickbar/laravel-validate-relative-signature
Package laravel-validate-relative-signature
Short Description Middleware for validating relative signed url requests.
License MIT
Homepage https://github.com/clickbar/laravel-validate-relative-signature
Informations about the package laravel-validate-relative-signature
Verify signed URLs with a relative URL
In Laravel you can use the signed middleware URL to sign URLs for activation links etc.. There's also a undocumented relative parameter which makes it possible to sign relative URLs.
This is useful if you are using Laravel just as an API and host it somewhere else than your frontend. You can still use your pretty frontend URLs instead of those of the API.
e.g.: instead of signing https://example.com/activate-email
you sign /activate-email
.
Installation
You can install the package via composer:
Usage
After installing the package is auto-discovered and you now have a signed.relative
middleware to verify signed URLs with a relative URL.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.