wiki:zsjheng/GoogleAppEngine/3.Start_Program_GAE/UserAPI
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Version 2 (modified by zsjheng, 17 years ago) (diff)

--

User API

Google App Engine 所提供的 User API 能夠讓 Web應用程式開發人員毋需再建置一套專用的使用者管理系統(使用者註冊、使用者資料管理、使用者登入、使用者session管理、使用者登出等等)。 如此一來可以直接讓使用者以其原有之 Google 帳號登入,Web應用程式開發員毋需再開發使用者登入登出介面及後端使用者資料維護,加快開發的速度;而Web應用程式可以取得 session 知道目前是哪位使用者登入並提供客製化的服務。 此外 Web應用程式僅能取得使用者之Google帳號以及暱稱等簡單的資訊而非完整的使用者個人資料 (除非 Web應用程式本身額外要求使用者輸入更多個人資料),使用者能夠更安心的使用由Google App Engine所開發的 Web應用程式。 



Attachments (1)

Download all attachments as: .zip