laravel / fortify

Backend controllers and scaffolding for Laravel authentication.

Home Page:https://laravel.com/docs/fortify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two factor challenge view can be called without login.id in session

ixp-nl opened this issue · comments

It should check if login.id is in the session. If not redirect to login screen.

If you want to fix a bug here feel free to send in a PR thanks.