You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can simply set Configure::write('Opauth._cakephp_plugin_complete_url', 'https://some-domain/path/to/login') at your main CakePHP's app bootstrap.php.
Hi Uzyn, thank you for your reply and above all for the good work!
But in the current code Configure::read('Opauth._cakephp_plugin_complete_url') is put in the $completeUrl variable and then that variable is not used for redirection; that is why I was saying those lines are useless.
Lines 110 and 111 in
Controller/OpauthAppController
https://github.com/uzyn/cakephp-opauth/blob/master/Controller/OpauthAppController.php#L110are currently useless.
Is there a way to restore the concept of a configurable URL?
I would like to redirect to a HTTPS page (from an HTTP one).
The text was updated successfully, but these errors were encountered: