laravel-magiclink
laravel-magiclink copied to clipboard
Create link for authenticate in Laravel without password or get private content
`setMagiclinkId()` on `ActionAbstract` requires a string, but `Str::uuid()` in Laravel 9+ will return a `LazyUuidFromString`, which isn't being cast. Casting it to a string in the `creating()` observe resolves this...
It would be really useful when managing links to be able to associate them with the users that they are generated for. I looked at the MagicLinkWasVisited event but it...
Resolves #106. I'm fairly confident that these errors are being triggered by HEAD requests. I've verified this by generating a magiclink in my application, deleting the entry inside `magic_links` then...
It would appear that the baseUrl feature requires a database column that isn't included in the migrations.