Update 14.4.md

typographical errors and improved readability
This commit is contained in:
Jimmy99
2016-04-06 21:26:21 +02:00
committed by James Miranda
parent b03d3ec933
commit 6345945129

View File

@@ -1,6 +1,6 @@
# 14.4 User validation
In the process of developping web applications, user authentication is a problem which developers frequently encounter. User login, registration and logout, among other operations, as well as general authentication can also divided into three parts:
In the process of developing web applications, user authentication is a problem which developers frequently encounter. User login, registration and logout, among other operations, as well as general authentication can be divided into three parts:
- HTTP Basic, and HTTP Digest Authentication
- Third Party Authentication Integration: QQ, micro-blogging, watercress, OPENID, Google, GitHub, Facebook and twitter, etc.