Coding-Drunk / bluebank

0 stars 2 forks source link

Add User details in some sorta DB #12

Open KlavierCat opened 7 years ago

KlavierCat commented 7 years ago

(1) users able to add his / her own account by registering via a website (can be a sub page of our landing site) (2) the information is stored in a DB (3) some sorta authentication etc., maybe double factor authentication etc.

Microsoft Azure is supporting SQL on that stuff, we don't necessarily use this. Our stuff is simple, Mongoose / MongoDB should be grand.

KlavierCat commented 7 years ago

Not gonna do this for the MVP now. But worthwhile investigating in case someone ask some questions.

esp. regarding what info we need to actually store, etc.