You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code contained in pkce.py has only manually been tested.
We should add unit-tests in our tests/ directory for it.
The following tests should at least be implemented:
get_code_challenge() from a known value returns the expected result
When calling generate_pkce_pair(), using get_code_challenge() from the returned verifier results in the same challange as the original gnerate_pkce_pair() returned.
The text was updated successfully, but these errors were encountered:
The code contained in pkce.py has only manually been tested.
We should add unit-tests in our tests/ directory for it.
The following tests should at least be implemented:
get_code_challenge()
from a known value returns the expected resultgenerate_pkce_pair()
, usingget_code_challenge()
from the returned verifier results in the same challange as the originalgnerate_pkce_pair()
returned.The text was updated successfully, but these errors were encountered: