cesargb / laravel-magiclink

Create link for authenticate in Laravel without password or get private content
MIT License
383 stars 44 forks source link

Make a link invalid #101

Open yeasir2148 opened 1 year ago

yeasir2148 commented 1 year ago

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?

cesargb commented 1 year ago

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