Possible security vulnerability while storing credit card informations
Opened this issue · 0 comments
htuna07 commented
Storing user credit card information on the backend is probably written for fast development, but it causes high-security vulnerability since the card information can be stolen from us. The client should use this card information to create customers on the stripe, and the backend should only store information about the stripe in order to interact with credit cards instead of storing credit cards on the backend directly.