Hi there everyone,
I'm building a database/webservice system with Python, the usual, Json, Rest, tasks, rpc, yada yada - nothing too special.
After prototyping a combination of flask, oauth, celery, kombu, rabbitmq etc. I turned to GAE to see if everything I need is possible there also.
Everything looks perfect so far but I can't seem to find any info on how to secure ProtoRPC for my case.
The scenario is quite simple, every request to our service, rpc or rest, can only be allowed by clients which have authenticated with a different remote service.
My initial idea is to connect this via oauth: Client authenticates the usercredentials with remote-service and gets a ticket, client accesses our rest and rpc on GAE with this ticket.
but since there is no conclusion after sbonhams last message on 13.9.11 and my scenario is a little different (no google-stored-users involved anywhere) I'm posting a new thread.
Can anyone confirm that what I want to do is possible? Point me to a resource where I can read up to how I can tackle this?
That would be great! Cheers /Carsten