Skip to content

Releases: intuit/oauth-pythonclient

1.2.6

Choose a tag to compare

@robert-mings robert-mings released this 01 Aug 00:11
da7363e
  • 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

Choose a tag to compare

@robert-mings robert-mings released this 17 Feb 00:58
8cefee7
  • Added support for Python 3.12
  • Removed future dependency
  • Cleanup of static files

1.2.4

Choose a tag to compare

@abisalehalliprasan abisalehalliprasan released this 11 Aug 19:23
6a40386

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

Choose a tag to compare

@fjolin-intuit fjolin-intuit released this 29 Aug 00:09

Fixed a typo in the enum definition.

1.2.1

Choose a tag to compare

@hlu2 hlu2 released this 12 Feb 18:35
3d60c5b

Fix the 404 error when making call to discovery endpoint

1.2.0

Choose a tag to compare

@nbhambhani nbhambhani released this 01 Feb 20:39
2b16465
  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.1

Choose a tag to compare

@nbhambhani nbhambhani released this 16 Dec 16:15
2b16465

The client supports the following operations:

  • 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

This release also:

  • Added Payroll scopes supported for whitelisted Beta apps only
  • Fixed issue #2