What to Protect

From PKC
Revision as of 15:37, 29 April 2021 by BenKoo>Benkoo (→‎Data Protection)
Jump to navigation Jump to search

Data Protection

Login mechanisms

QRCode-based login is popular in the WeChat user community. Open Source QRCode log-in code base can be found here[1].

Network Protection

a sdfdasf a

Nginx Reverse Proxy

A common practice to set up website is to use Nginx as a reverse proxy to direct web traffic through an encrypted channel, often called https. The following page on Nginx as Reverse Proxy shows how to do it.