gabrieljsilva / insomnia-plugin-user-picker

Register a user list and select it from the template tags
2 stars 3 forks source link

Feature - edit user #4

Closed MrFiregore closed 3 months ago

MrFiregore commented 3 months ago

Added possibility to edit profile. Fixed .gitignore to avoid sharing personal data and optimized eslint scans.

MrFiregore commented 3 months ago

I have not changed the way the variables are stored, but it is not safe as it is being done now and may lead to the stored data being extracted from 'src/persistor/user-picker-data.json'.

My recommendation would be to use what insomnia offers, which is the method context.store

gabrieljsilva commented 3 months ago

Thank you for your contribution, I will analyze the password privacy issue later.