Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Configurable redirect URL #27

@mcallisto

Description

@mcallisto

Lines 110 and 111 in Controller/OpauthAppController https://github.com/uzyn/cakephp-opauth/blob/master/Controller/OpauthAppController.php#L110

$completeUrl = Configure::read('Opauth._cakephp_plugin_complete_url');
if (empty($completeUrl)) $completeUrl = Router::url('/opauth-complete');

are 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions