Merge pull request #654 from Jimmy99/patch-45

Update 14.4.md
This commit is contained in:
astaxie
2016-04-07 09:51:29 +08:00

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.