hipdesignchat / event-planner

Event Planner
0 stars 3 forks source link

User Authentication and Registration #5

Closed ChaoticLaw closed 6 years ago

ChaoticLaw commented 7 years ago

So right now, there is no user functionality beyond the scaffolding provided by Laravel (create_users_table and create_password_resets_table respectively), and that hasn't yet been implemented into the site. We should leverage these to make + authenticate users.

How it should go:

Feel free to discuss how these requirements could be achieved, or if they need changing.

ChaoticLaw commented 6 years ago

Users can now register, login, and logout.

What's left is to assign an administrative role to the first user that signs up.