Update 14.4.md

typographical errors and improved readability
This commit is contained in:
Jimmy99
2016-04-06 21:26:21 +02:00
parent c909856abb
commit a0f5debf6b

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.