On Tue, Apr 29, 2008 at 2:29 PM, BrendonKoz <[EMAIL PROTECTED]> wrote: > > I'd really like to take advantage of CakePHP v1.2's Auth and ACL > features, but our user authentication is not stored in a database that > I have access to, it is only accessible via a SSL webservice call. > This means that users will not initially have any related model data > in the User model, and they will *never* have a related password. I'd > like to still use an action of login for the User model. From what I > can tell, the only ways I can do this are a bit hackish...which would > be the best (or is there better)?
Well, you could always write a custom model that connects to your SSL webservice, and make sure to include the methods that it would expect from a model. Inconvenient? Yes. Best solution? Maybe. -- Chris Hartjes Internet Loudmouth Motto for 2008: "Moving from herding elephants to handling snakes..." @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
