superrcoop / photogram

instagram remake with Vue.js and flask python
MIT License
1 stars 1 forks source link

improve error and message notification #35

Open superrcoop opened 6 years ago

superrcoop commented 6 years ago

https://www.npmjs.com/package/vue-notification

superrcoop commented 6 years ago

Be careful with how much information you give away in your error messages. Provide only minimal errors to your users, to ensure they don't leak secrets present on your server (e.g. API keys or database passwords). Don't provide full exception details either, as these can make complex attacks like SQL injection far easier. Keep detailed errors in your server logs, and show users only the information they need.