tapis-project / tapipy

Python lib for interacting with an instance of the Tapis API Framework
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Tapipy refresh tokens not working due to missing function. #45

Closed NotChristianGarcia closed 2 years ago

NotChristianGarcia commented 2 years ago

set_refresh_token function was deleted at some point. I believe when switching to the plugins architecture. Added back in and it's now working.

NotChristianGarcia commented 2 years ago

Fixed with commit: ee1b4d9a9c47f418db5604467e3bd561c48b6c1f Added some tests for this.