The sdk documentation reports:
"
@login_required
A Python annotation for webapp request handler methods that
verifies that the user is signed in with a Google account, and
redirects the user to the sign-in page if not signed in. The sign-in
page redirects back to the request URL.
This annotation only works for GET requests.
"
Is this really the case? Why only GET requests? Somebody please tell
me that it can decorate POST, UPDATE, and DELETE as well and they just
forgot to update the sdk...
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=.