You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using https://orcid.org/${orcid} with the header "Accept": "applicaiton/json" will get the result back as a JSON object. The trouble is the fetch will be blocked since the CORS coming from ORCID.org is restricting that data to the website. I think I need to register the application and have a valid token to access it from another machine (e.g. apps.library.caltech.edu).
I need to decide how I want to store that info. How do I pass the browser side orcid_api.js the token that I've stored?
Pre-populate link with name
The text was updated successfully, but these errors were encountered: