laravel-confirm-email icon indicating copy to clipboard operation
laravel-confirm-email copied to clipboard

IDEA: Signed routes?

Open m1guelpf opened this issue 7 years ago • 3 comments

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...

m1guelpf avatar May 18 '18 19:05 m1guelpf

Signed routes are available only in the L5.6 ...

akiyamaSM avatar May 21 '18 09:05 akiyamaSM

@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.

mpociot avatar May 21 '18 13:05 mpociot

With the new GDPR rules you have to record the dates of consent for stuff like this so the database migrations are indeed useful.

william1888 avatar May 21 '18 18:05 william1888