ai-cfia / membrane-backend

Membrane Backend: A centralized authentication service for Single Sign-On (SSO) enabling seamless token-based email verification across multiple client applications.
MIT License
1 stars 0 forks source link

Restructure Private Key Directories and Refactor Naming Conventions for Improved Code Readability #20

Closed CFIALeronB closed 1 year ago

CFIALeronB commented 1 year ago

Main Tasks:

  1. Segregate server and test application private/public key pairs into separate directories.
  2. Update the code references to accommodate the directory changes.
  3. Modify environment variables that are affected by this change.
  4. Revamp the naming conventions used in the code for keys to provide a more intuitive understanding.

This update is crucial to ensure that we don't mistakenly use or expose the wrong keys, which can pose a security threat. Furthermore, by refining our naming conventions, we aim to enhance code readability, making it easier for new developers to onboard and for the team to maintain the application.