Hi
No error messages. I click on save ( attached screenshot ) and it accepts it.
Then when I enter back again on that screen the info (javascript origins and redirect uri ) is gone.
I have deleted the old API and created a new one just in case, b…
Pls. see below my solution:
1- top of all pages:
if(isset($_POST['oa_action'])){
require 'social_callback_handler_script.php';
}
2- the social login container
<?php $current_uri= '//' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI…
Thanks Claude
From my perspective this means once more that e-mail address is king.
If someone had previously verified an e-mail address on my app, or with any of the providers, that e-mail address will be authorized to access my app. This regard…