--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
Thanks I will check it out. After I emailed, I was looking around and foundtipfy(http://www.tipfy.org/). Its supposedly a framework specifically for GAEand it also supports multiple modes of authentication including datastore based.Anybody has used it and have good/bad things to say about it.
BTW, my app on GAE will only be exposing a json based API that will beused by a custom client built in Qt for desktop and maybe later a nativeandroid/iPhone app. Are there any resources out there that talk about thisespecially with respect to authentication, sessions etc as the APIshould only respond to authenticated users within a specific session.I found a few pointers on stackoverflow.com but non that were extensive.
atm Im implementing a custom authentication package based on tornado web server.
i decided to write my own sessions class and include it into my authentication handlers and a few decorators to restrict some parts of my app.
i am still developing so im open to check out new stuff.
tipfys auth package looks very nice but i would not like to use tipfy framework only for the auth part while all the rest is done with tornado web.
if anyone has some example of how to use these packages with webapp or tornado i would give it a shot. :)
Robert