Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Profile Retrieval API #16

Open
delucca opened this issue Oct 1, 2024 · 0 comments
Open

Implement Profile Retrieval API #16

delucca opened this issue Oct 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@delucca
Copy link
Member

delucca commented Oct 1, 2024

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

  1. Profile retrieval endpoint is created.
  2. Profiles can be fetched by ID or email.
  3. Permission checks are in place to ensure only authorized access.
  4. Sensitive information (e.g., passwords) is excluded from the response.
@delucca delucca added the enhancement New feature or request label Oct 1, 2024
@delucca delucca added this to the Implement Profile Microservice milestone Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant