Account System
Closed this issue · 3 comments
seanmcn commented
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
seanmcn commented
Laravel JetStream handles a lot of this thankfully.
seanmcn commented
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.
seanmcn commented
All basic functionality around this implemented.. finally! 😂 Not dealing with UI/UX surrounding it right now.