9

I'm reading the Google Cloud Endpoints docs related to OAuth2 Security. I assume this kind of security is against Google accounts.

Is there any support to have a custom User schema to authenticate against?

What I would like is to have client JS application which uses Google Cloud Endpoints but authenticate against local storage (App Engine) of users.

Is Google Clound Endpoints suitable for this or do I need to write my own Security mechanism?

4

2 に答える 2

0

Cloud Endpoints の OAuth は Google アカウントのみです。自分で書く必要があります。

正直なところ、Google アカウントを使用するだけで、ユーザーは自分のメール アドレスで Google アカウントにサインアップすることもできます。将来的には、エンドポイントでも Open ID をサポートする予定です。

于 2014-03-09T22:28:52.017 に答える