pulibrary / orcid_princeton

To support researchers and leverage ORCID identifiers for research data in the Princeton community
GNU General Public License v3.0
2 stars 0 forks source link

Revokes only tokens that are not valid in ORCiD anymore #239

Closed hectorcorrea closed 1 month ago

hectorcorrea commented 1 month ago

PR #232 allowed the user to revoke access to ORCiD but it did it for all tokens.

This PR on the other hand only expires those tokes that ORCiD reports as invalid. This is more inline with what the original ticket #143 requested.

Closes #143