Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

The `expires_in` attribute of `AuthClient` is never set

Open
#27 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
28/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
python

Research direction

Start with intuitlib/client.py around line 67, then search the project for every reference to AuthClient.expires_in and determine where its value should come from. Confirm the intended expiration behavior from the OAuth client flow; done means the attribute is updated consistently or the issue is shown to be invalid with supporting tests or documentation.

Written by the indexing model from the issue text.

Description

https://github.com/intuit/oauth-pythonclient/blob/058eedf8f651a8af207e6f6d4a2ebf05e906f7b7/intuitlib/client.py#L67

This value never appears to be updated anywhere in the project. So no matter when this variable is referenced--it will always be None. One would imagine that this would need to be updated at some point, right? Of course, I could be missing something here as well.

Dominant language
Python
Stars
86
Forks
59
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from intuit/oauth-pythonclient

All issues in intuit/oauth-pythonclient

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.