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

Pull Request: Update Server Code for Password Management Extension #81

Merged
merged 12 commits into from
Oct 12, 2024

Conversation

muskan171105
Copy link
Contributor

This pull request updates the server.js file for the Password Management Browser Extension, incorporating the following enhancements:

  • Implemented CORS support to allow requests from the browser extension.
  • Added a new endpoint to fetch passwords by ID, improving the functionality of the password retrieval process.
  • Improved error handling for various routes to ensure better user feedback and system stability.

Changes:

  • Modified CORS settings to accept requests from the extension.
  • Introduced GET /:id endpoint for retrieving passwords by their ID.
  • Enhanced error messages and handling across existing endpoints.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better

@muskan171105
Copy link
Contributor Author

closes #80

@jinx-vi-0 jinx-vi-0 merged commit d8c33cf into jinx-vi-0:main Oct 12, 2024
1 check passed
@jinx-vi-0 jinx-vi-0 added gssoc-ext GSSoC'24 Extended hacktoberfest-accepted hacktoberfest 2024 level2 gssoc: level 2 labels Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext GSSoC'24 Extended hacktoberfest-accepted hacktoberfest 2024 level2 gssoc: level 2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants