radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

Signed and temporary signed routes #69

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Describe the solution you'd like Laravel provides a simple way to generate and validate signed routes. The Url::signedRoute() method and Url::hasValidSignature() method make it simple to have signed routes. There are also temporary signed routes.

This would make securing URLs simpler,

Describe alternatives you've considered Manually adding the URL signature, but this will lead to inconsistencies in implementations.

Additional context https://laravel.com/docs/8.x/urls#signed-urls