Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature-add-refresh_token-attribute-to-TaigaAPI().auth() #113

Closed
wants to merge 2 commits into from
Closed

feature-add-refresh_token-attribute-to-TaigaAPI().auth() #113

wants to merge 2 commits into from

Conversation

uc-cjdavis
Copy link
Contributor

@uc-cjdavis uc-cjdavis commented Oct 6, 2021

Add refresh_token attribute to api

This new attribute captures the refresh token returned by a successful authentication, allowing the client to utilize the /auth/refresh endpoint if desired (see refresh token)

Checklist

  • I have read the contribution guide
  • Code lint checked via inv lint
  • changes file included (see docs)
  • Usage documentation added in case of new features
  • Tests added

Adds a `refresh_token` attribute to `api` to capture the refresh token returned by a successful authentication.
Allows module to use the `/auth/refresh` endpoint to get a new auth and refresh token
@uc-cjdavis uc-cjdavis changed the title Add refresh_token attribute to api feature-add-refresh_token-attribute-to-TaigaAPI().auth() Oct 6, 2021
Required changes file describing feature in PR 113
@uc-cjdavis
Copy link
Contributor Author

Need guidance on checklist items 2, 4 and 5. It's not clear where to add to README.rst or what tests are required.

@uc-cjdavis
Copy link
Contributor Author

Retracting PR to submit later

@uc-cjdavis uc-cjdavis closed this Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant