cesargb / laravel-magiclink

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

Add abort response #80

Closed jansgescheit closed 1 year ago

jansgescheit commented 1 year 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.