Using CakePHP Auth, I want to have all actions that require being logged in to also be forced to use https.
Is this possible via a Callback somehow?
Further info: I have Admin routing in use as well as certain "member-only" actions. Using cakePHP 1.2 also.
many thanks for any pointers on this.
boobyW.