- Firefox or Chrome Web Browser
- Install a browser extension to support userscripts
| /* | |
| * Example for authenticationg against the ORCiD.org Public API with | |
| * passport.js and retrieving the authenticated orcid. | |
| * | |
| * The main difficulty is that ORCiD.org will send the authenticated orcid | |
| * in the accessToken request, which is normally not passed on to the | |
| * passport.js-callback. Without the orcid, properly authenticating with | |
| * ORCiD.org is impossible though. | |
| * | |
| * The trick is to pass on the `passReqToCallback`-option to the |