This modifies /cgi/orcid/authenticate to use a meta tag's refresh attribute to redirect the user after the page has loaded. This ensures the secure_eprints_session cookie has been stored by the user's browser and they should not get an issue with the script complaining the $current_user is undefined.
This modifies
/cgi/orcid/authenticate
to use a meta tag's refresh attribute to redirect the user after the page has loaded. This ensures the secure_eprints_session cookie has been stored by the user's browser and they should not get an issue with the script complaining the$current_user
is undefined.