English 中文(简体)
开放登记和加热记录
原标题:OpenID and federated logins

联邦化木工工程,现在我如何使开放式国际日志如博客。 我对如何同时使加热的标识和开放式识别系统发生误解。 这2起案件是否不同,能否合并? 我能够用很少的编码使加固的标识。 接着,我开诚布公,我必须弄清错误,因为它与 go有关系。 这里我是如何尝试的。

- url: /_ah/login_required
  script: do_openid_login.py

准则

  loginmsg = loginmsg +  <a href="%s">OpenID</a>  % (users.create_login_url("/"))

这导致 go木。 你可以建议什么? 增 编

最佳回答

开放式登记和加热记录也是一样的。 你们能否在你们的行政管理中找到他们? http://code.google.com/appengine/docs/python/users/overview.html#Authentication_Options”rel=“nofollow”

问题回答

暂无回答




相关问题
How to make logging.debug work on Appengine?

I m having a tough time getting the logging on Appengine working. the statement import logging is flagged as an unrecognized import in my PyDev Appengine project. I suspected that this was just an ...

gqlQuery returns object, want list of keys

Is there a way to convert the GqlQuery object to an array of keys, or is there a way to force the query to return an array of keys? For example: items = db.GqlQuery("SELECT __key__ FROM Items") ...

Integrating Google AppEngine with a Thick Client

I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end. The problem is that GAE provides only web-based forms for ...

sorl.thumbnail : thumbnail is not a valid tag library?

I am trying to install sorl.thumbnail but am getting the following error message: thumbnail is not a valid tag library: Could not load template library from django.templatetags.thumbnail, No module ...

热门标签