Cesar Garcia
Cesar Garcia
this change is scheduled for version 3
Hi! I release a new version with this feature: [v2.22.0](https://github.com/cesargb/laravel-magiclink/releases/tag/v2.20.0) Thanks: @evokelektrique , @pvledoux
Hoi @rabol I understand that if in the response class I got the magicLink it would be enough. I'm right? If you want to upload a PR add this option...
@yeasir2148 You can delete the row in table `magic_links` or update the `available_at` field with a past date.
A `MagicLink`, by default, expires after 72 hours, but you can create a `MagicLink` without an expiration date. To do this, when you generate the `MagicLink`, you can use the...
This functionality is only required when we create the MagicLink. Once it is created, it is not necessary get the url again. There is a test that verifies its correct...