spotipy/tests
DJSdev c425102659
Adding Initial PKCE Auth Flow Support (#542)
* Added base funtionality for PKCE Authorization - i538

* fixed a mistake with the auth code

* fixed more misunderstandings. fixed grant_access_token to now call authorization if needed

* added comments and references to code verifier and code challenge

* removed debug print statement

* updated unit tests for new PKCE flow

* cleaned up username issues - added doc strings to class

* fixed import issue, added user endpoint tests

* forgot to commit this file

* linted

* clarified comment

* no longer generates code verifier or challenge in constructor, only when needed

* fixed flake8 complaints, added forgotten unit tests

* fixed linting with unit tests

* anotha one

* added python3.5 support

* linting

* added to CHANGELOG

* removed as_dict option from get_access_token()

Co-authored-by: tomCLANCC <26153156+tomCLANCC@users.noreply.github.com>
2020-07-21 17:08:09 +01:00
..
integration Adding Initial PKCE Auth Flow Support (#542) 2020-07-21 17:08:09 +01:00
unit Adding Initial PKCE Auth Flow Support (#542) 2020-07-21 17:08:09 +01:00
__init__.py Retries For All Endpoints, fixes #347 (#457) 2020-03-29 17:18:23 +01:00
helpers.py Retries For All Endpoints, fixes #347 (#457) 2020-03-29 17:18:23 +01:00