Re: [flexcoders] Can we implement custom authentication per destination of DataService?

2008-08-28 Thread João Fernandes
Shigeru, by using setRemoteCredentials on your destination you should be able to achieve something similar. setRemoteCredentials are accessible trough cflogin and during onRequestStart you can validate which assembler is being called. What I really do is to have dumb assembler which call in fa

[flexcoders] Can we implement custom authentication per destination of DataService?

2008-08-28 Thread Shigeru Nakagaki
I know Login commands in configuration. And I know and . I'm talking about calling CFC for authentication from LCDS. And setting per destination like this. samples.contact.ContactAssembler samples.contact.LoginCommand ... Is this possible? Or Is there any ways like this?