Skip to content

Implement a feature to add sensitive information to the snippets#140

Open
SHIVANG2904 wants to merge 1 commit into
pieces-app:mainfrom
SHIVANG2904:feature/user-authentication
Open

Implement a feature to add sensitive information to the snippets#140
SHIVANG2904 wants to merge 1 commit into
pieces-app:mainfrom
SHIVANG2904:feature/user-authentication

Conversation

@SHIVANG2904

Copy link
Copy Markdown

Description:
This pull request introduces the ability to add sensitive information to code snippets within the application. The key highlights of the implementation are as follows:

Sensitive Information Handling:

The feature allows users to securely include sensitive data such as API keys, passwords, or tokens within snippets.
Sensitive snippets are clearly marked to differentiate them from regular snippets.
Security Enhancements:

Implemented encryption for storing sensitive information in the database to protect it from unauthorized access.
Restricted access to these snippets based on user roles and permissions, ensuring only authorized users can view or edit them.

This PR fixes #97

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.

Implement a feature to add sensitive information to the snippets

2 participants