Describe the bug
I understand the logic of keeping things simple and truly appreciate that. However it seems like passwords or other tokens should be encrypted when stored to disk or memory.
Ideally maybe a separate user/password/token storage place that is encrypted. Then variables name entered in the actual session. LIke:
Username: {{ERP_ID}}
Password: {{ERP_Password}}
or
Username: {{CRM_ID}}
Password: {{CRM_ID}}
That would be all that is seen in the file on disk and/or seen on the screen on the Auth page.
When run the variables would be dynamically and securely passed the actual user name and password.
This would be better in general and better in a shared GIT environment where the code snippets, notes, HTTP, etc.
The encrypted passwords would be in separate encrypted folder/file might or might not be synced to a GIT repository. ... Optional separate path for the folder/file for the passwords that may not necessary be in the same place as the rest of the user data.
To reproduce
- Go to ...
- Click on ...
- Scroll down to ..
- See error
App Version and Architecture
5.3.0
System info
Validations
Describe the bug
I understand the logic of keeping things simple and truly appreciate that. However it seems like passwords or other tokens should be encrypted when stored to disk or memory.
Ideally maybe a separate user/password/token storage place that is encrypted. Then variables name entered in the actual session. LIke:
Username: {{ERP_ID}}
Password: {{ERP_Password}}
or
Username: {{CRM_ID}}
Password: {{CRM_ID}}
That would be all that is seen in the file on disk and/or seen on the screen on the Auth page.
When run the variables would be dynamically and securely passed the actual user name and password.
This would be better in general and better in a shared GIT environment where the code snippets, notes, HTTP, etc.
The encrypted passwords would be in separate encrypted folder/file might or might not be synced to a GIT repository. ... Optional separate path for the folder/file for the passwords that may not necessary be in the same place as the rest of the user data.
To reproduce
App Version and Architecture
5.3.0
System info
Validations