Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jas

    (@jaskaranpreetsingh)

    I have to add code in function named public static function template_redirect() in file wp-content/plugins/content-control/classes/Site/Restrictions.php

    if(isset($_SERVER['REQUEST_URI']) && $_SERVER['REQUEST_URI'] == '/oauth/authorize'){
                return;
            }
            if(isset($_SERVER['REQUEST_URI']) && $_SERVER['REQUEST_URI'] == '/oauth/token'){
                return;
            }
    • This reply was modified 3 years, 3 months ago by jas.
    Plugin Support mark l chaves

    (@mlchaves)

    Hello @jaskaranpreetsingh,

    Thanks so much for your post and for sharing your solution. We’ll add this as a feature request to consider for a future release.

    Have a great day ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breaking oauth process.’ is closed to new replies.