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

Feature/nishantb/inttostr #87

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Feature/nishantb/inttostr #87

merged 2 commits into from
Jan 23, 2025

Conversation

nixhantb
Copy link
Owner

No description provided.

- Injected IHttpContextAccessor into SeekersRepository to access logged-in user's claims.
- Fetched the logged-in user's ID from HttpContext.User using the NameIdentifier claim.
- Validated the existence of the user in the AspNetUsers table before proceeding.
- Mapped the logged-in user's ID to the Seeker entity for AddAsync operation.
- Updated AddAsync to ensure robust exception handling for missing or invalid users.
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

@nixhantb nixhantb merged commit cf4271f into main Jan 23, 2025
3 of 4 checks passed
nixhantb added a commit that referenced this pull request Jan 23, 2025
Merge pull request #87 from nixhantb/feature/nishantb/inttostr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant