GitPedia
intuit

intuit/oauth-pythonclient

The Python OAuth client provides a set of methods that make it easier to work with Intuit's OAuth and OpenID Connect implementation.

7 Releases
Latest: 1y ago
1.2.6Latest
robert-mingsrobert-mings·1y ago·August 1, 2024
GitHub

📋 Changes

  • Moved away from `python-jose` in favor of the regularly maintained and popular `pyjwt`
  • This package is no longer affected by CVE-2024-23342 previously brought in by `edcsa` through `python-jose`
1.2.5
robert-mingsrobert-mings·2y ago·February 17, 2024
GitHub

📋 Changes

  • Added support for Python 3.12
  • Removed `future` dependency
  • Cleanup of static files
1.2.4
abisalehalliprasanabisalehalliprasan·5y ago·August 11, 2020
GitHub

Added support for `401k` use case. Changes added : 1.) `setAuthorizeURLs` helper function to pass custom auth URL's 2.) Payslip `Enum` added 3.) Utils modification to handle any custom discovery doc URL's passed as `plain` string

1.2.3
fjolin-intuitfjolin-intuit·6y ago·August 29, 2019
GitHub

Fixed a typo in the enum definition.

1.2.1
hlu2hlu2·7y ago·February 12, 2019
GitHub

Fix the 404 error when making call to discovery endpoint

1.2.0v1.2.0
nbhambhaninbhambhani·7y ago·February 1, 2019
GitHub

1. Add support for scope `intuit_name` for migrated apps only - to not see consent page. 2. Incorporate change for dependent library `enum34` as discussed in PR #4

1.1.1v1.1.1
nbhambhaninbhambhani·7y ago·December 16, 2018
GitHub

📋 Changes

  • Generating Authorization URL
  • Getting OAuth2 Bearer Token
  • Getting User Info
  • Validating OpenID token
  • Refreshing OAuth2 Token
  • Revoking OAuth2 Token
  • Migrating tokens from OAuth1.0 to OAuth2
  • Added Payroll scopes supported for whitelisted Beta apps only
  • + 1 more