vote up 1 vote down star

Can I use the login:required feature of app.yaml when I create a totally google separate user login? How? (Google App Engine)

flag

1 Answer

vote up 1 vote down check

No. The app configuration has no way to know what you consider to be a 'login', so if you're not using the Users API for logins, you need to check if a user is authenticated from within your app. A decorator is commonly used to do this.

link|flag
Ok, so as expected I can't use the login : required feature. I will start with my decorator, thanks Nick! – VictorSB Oct 7 at 16:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.