Google App Engine proporciona un servicio OAuth experimental y de última generación en su Python SDK, pero no proporciona un ejemplo sencillo para trabajar. ¿Alguien ha tenido éxito en trabajar con eso? De ser así, ¿podría proporcionar un fragmento?Uso del servicio OAuth Python con Google App Engine
5
A
Respuesta
Cuestiones relacionadas
- 1. Oauth + Aeoid + Python + Google App Engine + Documentos de Google
- 2. El uso de MySQL con dev_appserver (Google App Engine) y Google servicio de SQL
- 3. Uso de Python NLTK (2.0b5) en Google App Engine
- 4. Implementación del servicio REST (JSON) en Google App Engine
- 5. Google App Engine para uso privado?
- 6. buscando un buen ejemplo/plantilla para openid + oauth hybrid con python en Google App Engine
- 7. ¿Los puntos finales OAuth de Google App Engine son compatibles con OAuth 2.0?
- 8. Google App Engine Locking
- 9. Cómo escribir un servicio web para Google App Engine?
- 10. Google App Engine Geohashing
- 11. Google-app-engine NDB
- 12. google app engine archivo de descarga python
- 13. Google App Engine Python Unit Tests
- 14. Google App Engine: ¿Java o Python?
- 15. Redirigir usuario en Python + Google App Engine
- 16. User-Agent en Google App Engine python
- 17. ¿Google App Engine es compatible con ftp?
- 18. API REST en Google App Engine
- 19. Servicios web con Google App Engine
- 20. Jinja2 en Google App Engine
- 21. Google Maps y Google App Engine
- 22. Google App Engine: get_or_create()?
- 23. Google App Engine
- 24. Google app engine & CDN
- 25. GeoModel con Google App Engine - consultas
- 26. Google App Engine: módulo JSON
- 27. Uso de HTTP Basic-Auth con Google App Engine Servicio URLFetch
- 28. Seguridad basada en roles con Google App Engine y Python
- 29. ¿Funcionan los ORM de Python (SQLAlchemy?) Con Google App Engine?
- 30. ¿Cómo usar sbt con Google App Engine?
Qué, quieres decir aparte de la [documentación detallada] (http://code.google.com/appengine/docs/python/oauth/overview.html)? –
Sí, aparte de eso. Esta documentación no establece, por ejemplo, cómo se pasa el "secreto del cliente" al proveedor del servicio. ¿O se administra internamente? Estaba realmente confundido después de leerlo, sentía que faltaba mucho. – qdii
Usted trabaja con él como lo haría con cualquier otro proveedor. Tiene algunos caprichos, pero los conceptos básicos funcionan. –