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
{{ message }}
This repository was archived by the owner on Aug 23, 2018. It is now read-only.
I've been figuring out the search bits but stumbling on the OAuth2 redirect issue (you can't redirect to anything but registered URL's so computed ones that come from a search don't work as far as I can tell). At some point that needs to be addressed but I'd like to get the simpler query stuff working as a client. It might be clearer to split the orcid service in the example client into tier-1 and tier-2 pieces - well, actually the client right now is only doing tier-2 stuff, so I guess what I'm proposing is to create a second implementation of the OrcidService interface that does tier-1.
If you see this and have any concerns about this direction please let me know, I'll probably get this going and post it as another pull request in about a week. Thanks!
I've been figuring out the search bits but stumbling on the OAuth2 redirect issue (you can't redirect to anything but registered URL's so computed ones that come from a search don't work as far as I can tell). At some point that needs to be addressed but I'd like to get the simpler query stuff working as a client. It might be clearer to split the orcid service in the example client into tier-1 and tier-2 pieces - well, actually the client right now is only doing tier-2 stuff, so I guess what I'm proposing is to create a second implementation of the OrcidService interface that does tier-1.
If you see this and have any concerns about this direction please let me know, I'll probably get this going and post it as another pull request in about a week. Thanks!