Merge pull request #805 from raarts/Accept-RSA-key-with-crlf-v2

Also accept an RSA key with crlf
This commit is contained in:
Andrew Millington
2018-01-23 22:24:52 +00:00
committed by GitHub
6 changed files with 40 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ class AuthorizationServerTest extends TestCase
// Make sure the keys have the correct permissions.
chmod(__DIR__ . '/Stubs/private.key', 0600);
chmod(__DIR__ . '/Stubs/public.key', 0600);
chmod(__DIR__ . '/Stubs/private.key.crlf', 0600);
}
public function testRespondToRequestInvalidGrantType()