d2bc835467
- Update to version 0.8.1 * Fixes issue with BrowserID removal - from version 0.8.0 * Remove BrowserID Support - Add support for libalternatives - Use Python 3.11 on SLE-15 by default - Update BuildRequires and Requires from pyproject.toml
Nico Krapp2025-11-18 07:57:45 +00:00
13773cd241
Accepting request 1221493 from devel:languages:python
Ana Guerrero2024-11-06 15:51:27 +00:00
3e6652469b
- version update to 0.7.9 * Python3 support * Add support for v2 password hashes * Updated to pyproject.toml * Updated libraries
Markéta Machová2024-11-05 15:32:36 +00:00
8c88eeb13a
Accepting request 1160436 from devel:languages:python
Ana Guerrero2024-03-22 14:20:24 +00:00
b5aac1b95e
- update to 0.7.8: * Add retries to the APIClient session
Dirk Mueller2024-03-21 17:13:40 +00:00
fab4ea929d
- Update to version 0.7.7: * Fix incorrect validation of JWKs passed to oauth.Client constructor, which was actually *preventing* the caller from setting a correct value rather than checking that they did so.
Antoine Belvire
2020-09-22 18:58:09 +00:00
0495b05eb5
- Fix check section: Use double quotes when defining the list of tests since single quotes mess with the pytest macro.
Antoine Belvire
2020-09-22 18:52:49 +00:00
d6bd98d3ea
- Update to version 0.7.6: * Add ability to configure a fixed list of JWT access token keys, by passing them as an argument to oauth.Client() rather than fetching them at runtime from the server. * Fix verification of JWT access token typ header. * Fix verification of scope list obtained from a JWT access token. - Changes from version 0.7.5: * Add support for reason and verification_method keyword arguments to the login method. - Changes from version 0.7.4: * Perform more complete checking of the state parameter when authorizing an OAuth code. * When verifying OAuth access tokens, try to verify them locally as a JWT rather than passing them to the remote verification endpoint. - Add new dependency: PyJWT. - Update existing dependency: six >= 1.14. - Update list of excluded tests.
Antoine Belvire
2020-07-11 14:26:53 +00:00
5f6fab518d
Accepting request 807663 from devel:languages:python
Yuchen Lin2020-05-26 15:17:36 +00:00
f54a75f813
Accepting request 807616 from home:pgajdos:python
Tomáš Chvátal
2020-05-20 11:29:39 +00:00
88be679d82
- Update to version 0.7.2: * Several cleans for Python3 compatibility. * Fix a bug which could accidentally introduce multiple slashes into the result of oauth.Client.get_redirect_url.
Antoine Belvire
2019-06-03 18:43:34 +00:00
bd08ef1265
- Update to 0.7.1: * Fix test bustage due to session verification. * Add support for TOTP. - Add missing deps - Enable tests
Tomáš Chvátal
2019-03-26 13:17:40 +00:00
249bd61378
- Update to version 0.6.0: * Add support for PKCE challenge and response in the OAuth flow. * Add ability to supply keys_jwk when starting an OAuth flow. * Improve scope-matching logic based on new FxA testcases, including handling of URL-format scopes.
Antoine Belvire
2018-05-13 10:14:20 +00:00