|
$data['authentication']['cookie'] = array(); |
There is no way to mark a page as belonging in the auths list other than modifying this file and adding additional keys to this $data['authentication'] array. This means even auth pages generated by the plugin itself (oauth1 and broker) do not get listed correctly.
Restsplain/inc/rest-index.php
Line 106 in 804ab72
There is no way to mark a page as belonging in the auths list other than modifying this file and adding additional keys to this
$data['authentication']array. This means even auth pages generated by the plugin itself (oauth1 and broker) do not get listed correctly.