cesargb / laravel-magiclink

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

Add abort response #80

Closed jansgescheit closed 2 years ago

jansgescheit commented 2 years ago

In case of an invalid response, I want to use the framework's own error pages.

Therefore I added an AbortResponse which throws an HTTPException which is handled by the framework.