CodeForPhilly / CodeForPhilly/balancer-main
[auth]: profile page
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Depends on #485
## Description
Add a basic profile page so logged-in users can view their account information and change their password.
Djoser already provides the endpoints for this: `/api/auth/users/me/` for viewing account info and `/api/auth/users/set_password/` for changing password. The work is building the frontend page and adding a link to it in the header for logged-in users.
Acceptance criteria:
- Logged-in user can view their name and email on the profile page
- Logged-in user can change their password
- Profile page is not accessible to unauthenticated users
- Header has a link to the profile page when logged in
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.