15
0
forked from pool/python-PyFxA

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyFxA?expand=0&rev=3
This commit is contained in:
Antoine Belvire
2018-05-13 10:14:20 +00:00
committed by Git OBS Bridge
parent 6277312253
commit 249bd61378
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 13 10:04:02 UTC 2018 - antoine.belvire@opensuse.org
- 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.
-------------------------------------------------------------------
Fri Jan 12 06:33:53 UTC 2018 - antoine.belvire@opensuse.org