laravel-magiclink icon indicating copy to clipboard operation
laravel-magiclink copied to clipboard

Make a link invalid

Open yeasir2148 opened this issue 10 months ago • 1 comments

After a link has been created and sent to the user, how do i make it invalid so that the user cannot use that link, may be because his access to the site was revoked?

yeasir2148 avatar Aug 08 '23 11:08 yeasir2148

@yeasir2148 You can delete the row in table magic_links or update the available_at field with a past date.

cesargb avatar Aug 11 '23 15:08 cesargb