WIP
Sign in
Join WIP
Home
Products
Questions
Roasts
More
🎁 Deals
🍻 Meetups
🛠 API
🤔 Help
⚙️ Widgets
📊 Open
🖥 Menubar
🗺 Map
👋 Intros
Other questions
no-code tool that allows permissions?
1 answer
Not a question, just some feedback from a baby-maker to other baby-makers
5 answers
Is there a way to move the user's AppStore subscription renewal to the day in the future?
Be the first to answer
Looking for makers who want to join the ultimate Indie Leaderboard.
3 answers
Asked
2018-03-26 22:15:26 UTC
Do you think about data security while developing your products? Which tool/Services to avoid getting your user's data leaked/ hacked?
Augusto Goulart
Max Makarochkin
Hi Augusto,
avoid using unpopular npm modules, github repositories;
copy code from critical libraries into your own repository;
if you use Fullstory or other screen recording services, then ignore user inputs (can be set up by following their inctructions);
also never commit security keys to your repository;
automate deployments via CircleCI and keep sensitive keys encrypted;
do security scanning of your docker containers:
cloud.google.com/container-re…
.
Hope it helps.
Reply
Edit
Delete
remove
👋 Join WIP to participate
Keyboard Shortcuts
Go to Homepage
g
h
Go to Pending Todos
g
p
Go to Done Todos
g
d
Go to Questions
g
q
Compose a New Todo
n
Show this dialog
?
Hi Augusto,
Hope it helps.