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

Issue 47 #48

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

Issue 47 #48

wants to merge 18 commits into from

Conversation

kennethphough
Copy link
Member

Changes Proposed in This PR

This PR add support for encrypt and decryption of DB column values using libsodium for added security. The PR also adds support for TOTP and 2FA.

Acceptance Criteria Scenarios

  • List the scenarios that need to be tested to ensure the pull request meets the acceptance criteria.
  • Describe the expected outcomes for each scenario.

Linked Issues

Issue #47

Implementation Details

Created a new cipher_key column in Application

Dependencies

None

Testing Strategy

  • Describe the testing approach. Mention the types of tests (unit, integration, end-to-end) that have been added or modified.
  • Highlight any specific areas of the code that should be focused on during testing.

@kennethphough kennethphough added the enhancement New feature or request label Mar 30, 2024
@kennethphough kennethphough self-assigned this Mar 30, 2024
@kennethphough kennethphough linked an issue Mar 30, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

[FEATURE] Two Factor Authentication
1 participant