« Return to Thread: Question re: auth-n

Question re: auth-n

by ChrisWolf :: Rate this Message:

Reply to Author | View in Thread


I was hoping to use RemoteObject to access AMF services.

...but a note here:

http://pyamf.org/wiki/AuthenticationHowto

...says "RemoteObject is not supported yet, so requests can be made to
your services without having the authenticator called."

Does this mean PyAMF is not secure?  I want to deploy services that
require authentication.


Looking at the other sample, I see something called "WSGIGateway" is
used.  Should I used that instead of  DjangoGateway ?

Then I see a sample using Flex's RemoteObject, but with authentication:
http://pyamf.org/browser/examples/trunk/authentication/flash/flex/remoteobject/src/authentication.mxml 

I thought this didn't work?

The other sample uses flash code :

import flash.net.NetConnection;
import flash.net.Responder;

rather then MXML RemoteObject.  I'd prefer to use the Flex approach,
if possible.


Can anyone provide clarifications on these issues?

Thanks a lot,

Chris W.
_______________________________________________
PyAMF users mailing list - users@...
http://lists.pyamf.org/mailman/listinfo/users

 « Return to Thread: Question re: auth-n