seanmcn/portally

Account System

Closed this issue · 3 comments

Need a basic account system with the following functionality:

  • Can register an account.
  • Can log in / log out using an account.
  • Can request a password reset for the account.
  • Can update account settings

Laravel JetStream handles a lot of this thankfully.

I've decided against JetStream, as I'm not a fan of the scaffolding it's doing, going to go with Sanctum / Laravel / ReactJS as the stack instead as I'm more comfortable with that.

All basic functionality around this implemented.. finally! 😂 Not dealing with UI/UX surrounding it right now.