oauth2-server/tests/Grant
François Kooman 6426e597a3
Fix PKCE code verifier encoding to match specification
The current implementation of PKCE does not follow the specification
correctly regarding the encoding of the code verifier. This patch
correctly encodes the hash of the code verifier according to
Appenix A of RFC 7636.
2017-01-24 11:36:34 +01:00
..
AbstractGrantTest.php tests: use MockBuilder everywhere 2016-07-08 15:29:21 +02:00
AuthCodeGrantTest.php Fix PKCE code verifier encoding to match specification 2017-01-24 11:36:34 +01:00
ClientCredentialsGrantTest.php Fix to broken methods 2016-04-10 10:28:12 +01:00
ImplicitGrantTest.php Fix broken tests 2016-09-19 10:06:00 +01:00
PasswordGrantTest.php tests: use MockBuilder everywhere 2016-07-08 15:29:21 +02:00
RefreshTokenGrantTest.php tests: use MockBuilder everywhere 2016-07-08 15:29:21 +02:00