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

Change pk uuid to bigIncrement

I need the migration to be published since I'm using multi tenancy

We've been seeing this error more frequently which seems to happen when a user tries to use a magic link with an invalid token. We send magic links in an...

Feature request for changing the APP_URL while it's being generated with Laravel's built in `url()` helper at here [MagicLink.php#L76C7-L76C7](https://github.com/cesargb/laravel-magiclink/blob/master/src/MagicLink.php#L76C7-L76C7) I'll probably make a PR for it

Introduces a custom base URL attribute for the **MagicLink** model, enhancing flexibility in URL generation. This feature ensures the generated URLs have the correct format by automatically handling trailing slashes....

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

Hi, I'm using this script in my poll. Generating poll address for customers auto login and text message to mobile. Everything ok when i create new one. But when the...

Hi The config options invalid_response is working quite okay, but.. How do I figure out the reason for why the link is invalid? is is because the token is invalid,...

Since Laravel 8 the Trait [Prunable](https://laravel.com/api/8.x/Illuminate/Database/Eloquent/Prunable.html) exist ([Doc](https://laravel.com/docs/9.x/eloquent#pruning-models)), it would be nice to have it in upcoming releases.