uc-cjdavis
uc-cjdavis
# Description Describe: Updates tests/resources/auth_user_success.json file to add support for the `refresh` token Adds support in `client.py` for the returned `refresh` token. ## References Fixes bug #114 # Checklist *...
## Description api.search fails if wikipages are not enabled. ## Steps to reproduce Select a project.id for a project in which wikipages aren't enabled Run api.search(project.id, 'search term') ## Versions...
I see that LDAP auth is supported; I'm wondering if github auth is also supported, as per [this part](https://docs.taiga.io/api.html#auth-github-login) of the documentation.
## Description The tests/resources/auth_user_success.json file used in the tests.test_auth is missing the refresh token name:value pair that is available after a successful auth to the Taiga REST API (ref: https://docs.taiga.io/api.html#object-auth-user-detail)....