They offered me 1/3 of the market salary and 6% of the startup as equity.
I believe in the project idea. I think it's worth gambling on it.
Founders told me the startup should be unhackable. So, I think this implies that we should not create any backend and entirely base our app on APIs supplied by existing product companies who have better security track record than me.
Do you know what companies provide user account management, auth management, subscription management who have a good track record in this industry.
What else do you suggest?
I've already coded the MVP in Go and React last week.
I am having hard time implementing user accounts, subscriptions, auth in secure way.
We don't have devops/sysadmins, so i am responsible for all servers to.
I've been thinking if it's worth having any database (for user accounts, subscription) because then i will be responsible for backups/recovery etc...
Since, I am the only programmer of the startup for now, I think best would be to let some other company store accounts, subscriptions, etc..
The core app database is DynamoDB, so it's responsible for its backup and recovery.