research-software-directory / RSD-as-a-service

This repo contains the new RSD-as-a-service implementation
https://research.software
23 stars 14 forks source link

Reduce requests to auth well known endpoint #1106

Closed dmijatovic closed 3 months ago

dmijatovic commented 8 months ago

Based on PR #1105 the api calls to well known endpoint for ORCID account linking is reduced to 1 per hour. The information is cached in node api.

Similar approach can be done for other authentication providers as a matter of optimisation. This process should be done at the global node scope to enable sharing of this information among various methods and api points.