Secure Authentication
Secure authentication of your deployed composable storefront through HTTPS encrpytion is key to running a secure storefront.
A fundamental element of running a secure storefront with composable storefront is to deploy to a web server that provides and enforces encrypted communication through HTTPS. Composable storefront does not enforce HTTPS through any kind of internal logic. This is a feature the web server must provide. User security can be vulnerable to threats if you deploy a composable storefront on a server that allows composable storefront to communicate using the unencrypted HTTP protocol.
HTTPS encryption is especially important for user authentication and registration processes. Without the use of HTTPS, attackers may be able to exploit the transmission of user credentials.