Folks, I need to have my own implementation of User. I looked at the source code and found that the security service is already decoupled from the User system, so all that needs to be done is to implement User and UserManager.
However there is one more thing. We don't use Torque and hence no Base/Peer combos for User. However Security says (according to configuration file and documentation) that I have to implement the UserPeer (in om.security.peer) interface. But I looked at the source code and UserPeer is not used at all. Am I missing something here? Is it possible to use Security Service if my user implementation doesn't use torque? Also any real life experiences in this will be greatly appreciated. Thanks much! -ngd -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
