Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[auth]: profile page

Open
#487 0 comments 0 reactions 1 assignee View on GitHub

@amahuli03 is already working on this.

Since Mar 27, 2026.

Assessment

This issue has not been assessed yet.

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
Dominant language
TypeScript
Stars
21
Forks
19
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CodeForPhilly/balancer-main

All issues in CodeForPhilly/balancer-main

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.