简体   繁体   English

在Google App Engine上使用web2py进行身份验证

[英]Authentication with web2py on Google App Engine

Having never used web2py before, I am considering using it in a new App Engine application. 以前从未使用过web2py ,我正在考虑在新的App Engine应用程序中使用它。 But I am not able to ascertain whether its access control mechanisms will work as is on app engine. 但是我无法确定它的访问控制机制是否可以像在App Engine上一样正常工作。

Can I use the web2py user framework totally independent of the app engine infrastructure? 我可以使用完全独立于App Engine基础架构的web2py用户框架吗? Meaning that I can add local users and roles and use them that do not depend on Google or OpenID authentication? 意味着我可以添加不依赖Google或OpenID身份验证的本地用户和角色并使用它们?

Yes, you can use the web2py Auth system on App Engine. 是的,您可以在App Engine上使用web2py Auth系统。 The only limitation is that if you are using the Google Datastore, auth.accessible_query() won't work because it requires a join. 唯一的限制是,如果您使用的是Google数据存储,则auth.accessible_query()无法使用,因为它需要连接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Google App Engine上的自定义域进行Web2py身份验证? - Web2py authentication with a custom domain on Google App Engine? 通过Google App Engine在Web2Py中进行交易 - Transactions in Web2Py over Google App Engine web2py在Google App Engine上不显示任何内容 - web2py doesn't display anything on google app engine 在Google App Engine上使用web2py上传文件 - Upload a file with web2py on Google App Engine 在使用Python创建博客(Google App Engine)中使用Web2Py吗? 这是个好主意吗? - Using Web2Py in Making a blog in Python (Google App Engine)? Is it a good Idea? 在Google App Engine中运行时看不到在web2py中创建的新表 - New tables created in web2py not seen when running in Google app Engine 导入web2py的DAL以与App Engine上的Google Cloud SQL一起使用 - Import web2py's DAL to be used with Google Cloud SQL on App Engine Google App Engine,Web2Py和Cron无法为网址错误分配属性值 - Google App Engine, Web2Py, and Cron, unable to assign value to attribute for url error GAE上的B2B应用身份验证-Google帐户或自定义用户群(Django或Web2Py)? - B2B App authentication on GAE - Google Accounts or custom user base (Django or Web2Py)? 如何在Google App Engine(GAE)上运行的Web2py上创建新的auth_user和auth_group? - How can I create new auth_user and auth_group on Web2py running on Google App Engine (GAE)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM