boneburrito / budgetsimple

MIT License
0 stars 0 forks source link

Users app + signup/login pages #17

Closed reedlauber closed 1 year ago

reedlauber commented 1 year ago

This is step 1 of getting the frontend (React) app to be able to talk to the API (Django) app. We need to be able to create new users, let them log in, and be able to persist an authentication token to be used for subsequent API requests.

users app

First, this adds a new Django "app" called users that is intended to centralize all the logic needed around user management.

Auth pages

More logic to request and display transactions will be included in a followup PR.

brukeg commented 1 year ago

+1 Thank you for the in person explanation.