JSn1nj4 / ElliotDerhay.com

My personal website project.
MIT License
0 stars 1 forks source link

Build login flow #42

Closed JSn1nj4 closed 1 year ago

JSn1nj4 commented 2 years ago

(Migrated from Trello)

Forgot, the extra method params come from routes that would be formed like /login/{email}/{password}. This is completely unacceptable. The information will probable be available in the Request object anyway, so I'll use that.

Needs for App\Models\User

Current migration, model, and factory come from Laravel 8 scaffolding. Should be a good starting point, but will need some changes to keep track of logins.

Needs for App\Models\Login

Checklist