IDEA: Signed routes?
m1guelpf opened this issue · 3 comments
m1guelpf commented
Laravel recently added Signed Routes. Is there a need to use a database table when we can just use them?
I can PR this if you want...
akiyamaSM commented
Signed routes are available only in the L5.6 ...
mpociot commented
@m1guelpf I would like to have this configurable.
In this case we should probably also configure if someone wants to store the confirmation date in the database, as this might be quite relevant.
william1888 commented
With the new GDPR rules you have to record the dates of consent for stuff like this so the database migrations are indeed useful.