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

Feat/encryptdcrypt #137

Merged
merged 4 commits into from
Dec 28, 2024
Merged

Feat/encryptdcrypt #137

merged 4 commits into from
Dec 28, 2024

Conversation

ayushhunt
Copy link
Contributor

Description

Updated the cypt package to crypto Web Api and Secured the post routes which save data to database.

Implementation Details

Previously, we were using the crypto module, which is not supported in the edge runtime environment, so we updated it to use the web crypto API module.

Testing

Describe the testing that you performed to ensure that the feature is working as expected and does not introduce any new issues. This should include any automated tests as well as any manual testing you conducted.

Screenshots / Demo

Include any relevant screenshots or a demo of the feature in action (if applicable).

Checklist

Please confirm that you have completed the following:

  • I have tested the feature thoroughly.
  • I have provided a clear and concise description of the feature implementation.
  • I have followed the code style and formatting guidelines.
  • I have added any necessary documentation or comments.
  • I have updated any relevant tests or test cases.

Check only those which are applicable.

Documentation Updated?

  • If your feature adds a new API, then documentation related to the feature like API-Contracts, and Data-models must be updated.

Breaking Changes

  • If your feature introduces breaking changes or if something is missing, please mention the related issue tickets.

Development Tested?

  • Confirm whether the changes have been tested locally during development.

Tested in Staging?

  • Indicate whether the changes have been tested in the staging environment.

Under Feature Flag

  • Specify if the changes are currently under a feature flag.

Database Changes

  • Indicate whether the changes include modifications to the database.

Issue ID

#113

@SkidGod4444 SkidGod4444 linked an issue Dec 28, 2024 that may be closed by this pull request
4 tasks
@SkidGod4444 SkidGod4444 merged commit 71e2996 into plura-ai:main Dec 28, 2024
2 of 9 checks passed
@ayushhunt ayushhunt deleted the feat/encryptdcrypt branch January 10, 2025 15:53
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.

💡 [FEATURE]: Add encryption and decryption to the API endpoints
2 participants