Duke-GCB / DukeDSClient

Command line program to allow uploading, downloading, and managing projects in the duke-data-service.
MIT License
5 stars 6 forks source link

Allow refreshing DDS OAuth based Authentication #313

Closed johnbradley closed 3 years ago

johnbradley commented 4 years ago

When authenticating to DDS using an agent_key/user_key the code will refresh the DDS token when it expires. This functionality would be helpful to have when using OAuth to generate a DDS token. This would help with https://github.com/Duke-GCB/D4S2/issues/222

johnbradley commented 3 years ago

Fixed by #314