DataONEorg / rdataone

R package for reading and writing data at DataONE data repositories
http://doi.org/10.5063/F1M61H5X
36 stars 19 forks source link

Auth bugfix #266

Closed jeanetteclark closed 3 years ago

jeanetteclark commented 3 years ago

addresses issue with auth_get (issue #264 ) where server side failures caused the auth_get function to fail entirely. This prevents certain functions from being able to fall back on other member nodes in the event one is not accessible (eg: getDataObject)

mbjones commented 3 years ago

Pushed changes into develop, ready for release testing. Closing this PR because it is targeted against master, but the work will be included when develop gets released.