Pyfxa

Latest version: v0.7.8

Safety actively analyzes 618931 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.7.8

==================

- Add retries to the APIClient session

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.

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.
(Thankfully it was failing closed rather than failing open).
- Fix verification of `scope` list obtained from a JWT access token.
(Thankfully it was failing closed rather than failing open).

0.7.5

==================

- Add support for `reason` and `verification_method` keyword arguments
to the `login` method.

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.

0.7.3

==================

- Allow specifying a `ttl` when redeeming an authorization code.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.