-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Type of Issue
Feature Request
Description
Develop an API endpoint to securely fetch user profile information. This endpoint should support fetching profiles by ID or other unique identifiers like email.
Additional Context
Ensure that only authorized users (or the profile owner) can access profile information. Use appropriate permission checks to secure the data, and ensure that sensitive information is protected.
Acceptance Criteria
- Profile retrieval endpoint is created.
- Profiles can be fetched by ID or email.
- Permission checks are in place to ensure only authorized access.
- Sensitive information (e.g., passwords) is excluded from the response.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request