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

Create link for authenticate in Laravel without password or get private content

Results 11 laravel-magiclink issues
Sort by recently updated
recently updated
newest added

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