Commit Graph

  • 4e996ab3f1 Updated README Alex Bilbie 2017-07-01 18:34:32 +0100
  • 00c645545a Updated changelog Alex Bilbie 2017-07-01 18:33:17 +0100
  • 417a64ad43 Added security notice Alex Bilbie 2017-07-01 18:33:03 +0100
  • f5c3ba0b24 Removed dead code Alex Bilbie 2017-07-01 18:22:51 +0100
  • e1ef133067 Dropped PHP 5.5 compatability Alex Bilbie 2017-07-01 18:22:44 +0100
  • 523434902c Removed dead code Alex Bilbie 2017-07-01 18:15:41 +0100
  • aac467e616 Fixed broken tests Alex Bilbie 2017-07-01 18:11:19 +0100
  • 76c2b6f88c AuthorizationServer no longer needs to know about the public key Alex Bilbie 2017-07-01 18:11:10 +0100
  • 72349ef22f Encryption key is now always required so remove redundent code Alex Bilbie 2017-07-01 18:10:33 +0100
  • 850793ab88 Added missing methods Alex Bilbie 2017-07-01 18:08:49 +0100
  • 0f73bf0054 Encryption key just uses Defuse\Crypto now, no key based crypto Alex Bilbie 2017-07-01 18:07:42 +0100
  • 7953f27b38 Stop testing HHVM Alex Bilbie 2017-07-01 18:07:09 +0100
  • cc2c3a7044 Removed unnecessary stuff from composer.json Alex Bilbie 2017-07-01 18:07:01 +0100
  • 06424fdbe2 Use Trusty for TravisCI Alex Bilbie 2017-07-01 17:24:11 +0100
  • 55f93f9400 Merge pull request #752 from thephpleague/analysis-qBDGNm Alex Bilbie 2017-07-01 17:20:19 +0100
  • aee1779432 Apply fixes from StyleCI Alex Bilbie 2017-07-01 16:19:23 +0000
  • 09c167ac43 Updated changelog and readme Alex Bilbie 2017-07-01 17:17:55 +0100
  • 765a01021b Updated error message Alex Bilbie 2017-07-01 16:37:59 +0100
  • 0706d66c76 Don’t pad and shuffle the payload if an encryption key has been set Alex Bilbie 2017-07-01 16:37:53 +0100
  • e123fe82d0 Ignore error_log messages in code coverage Alex Bilbie 2017-07-01 16:33:56 +0100
  • 107cfc3678 Updated examples Alex Bilbie 2017-07-01 16:30:36 +0100
  • 1954120c3d Use catch all exception Alex Bilbie 2017-07-01 16:30:29 +0100
  • dd5eee150d Ensure response type also has access to the encryption key Alex Bilbie 2017-07-01 16:29:50 +0100
  • 76c1349181 Updated random_compat version Alex Bilbie 2017-07-01 16:29:23 +0100
  • 1af4012df4 New property on AuthorizationServer to receive an encryption key which is used for future encryption/decryption instead of keybased encryption/decryption Alex Bilbie 2017-07-01 15:57:40 +0100
  • 4a717104fa Shuffle the contents of the authorization code payload Alex Bilbie 2017-07-01 15:30:21 +0100
  • 63530443fe Better error checking when saving a temporary key to ensure file was written successfully and the server is the exclusive mode Alex Bilbie 2017-06-16 16:59:29 +0100
  • 2f8de3d230 Ensure the server is the exclusive owner of the key Alex Bilbie 2017-06-16 16:58:49 +0100
  • 57d199b889 Stricter validation of code challenge value to match RFC 7636 requirements Alex Bilbie 2017-06-16 16:52:36 +0100
  • 6bdd108145 Escape scope parameter to reduce pontential XSS vector Alex Bilbie 2017-06-16 16:51:16 +0100
  • 170ce2fd2d Replaces array_key_exists by isset, which is faster, on ImplicitGrant. Diogo Oliveira de Melo 2017-06-30 15:42:23 -0300
  • 4710743b87 Add "dist: trusty" into travis setting file Erick Torres 2017-06-16 17:09:13 -0500
  • 11ad87b5f5 Update tests / Add missing. Erick Torres 2017-06-16 12:03:14 -0500
  • 880e3b4590 Fix invalid code_challenge_method key. Erick Torres 2017-06-16 12:03:04 -0500
  • 2167edf1d9 Validate codeVerifier and codeChallenge correctly. Erick Torres 2017-06-16 12:02:48 -0500
  • 2482630221 Fix codeVerifier hash verification. Erick Torres 2017-06-16 12:02:34 -0500
  • 4540bd3b90 Fix spelling to be standard FISCHERHOMES\jashmore 2017-06-02 10:15:35 -0400
  • 2d7424b56e fix Stream argument 1 type is wrong Meng Ye 2017-05-17 10:30:38 +0800
  • 83228bdcd5 Change case for implict grant token_type Dave Marshall 2017-03-27 12:11:25 +0100
  • d73b15ae32
    Getter and setter for the payload and ability to pass options to json_encode Stanimir Stoyanov 2017-03-20 14:52:35 +0200
  • 9bf070472b Merge pull request #718 from stratoss/patch-1 Alex Bilbie 2017-03-19 15:39:51 +0000
  • 80deeaaec3 Changing the variable name to match the usage Stanimir Stoyanov 2017-03-19 17:38:44 +0200
  • 945624eb51 Merge pull request #1 from thephpleague/master Stanimir Stoyanov 2017-03-17 19:36:34 +0200
  • e6e6f75b56 Merge pull request #713 from davedevelopment/patch-1 Alex Bilbie 2017-03-17 12:39:26 +0000
  • f12b879a8b Fixes word in docs Dave Marshall 2017-03-15 14:14:48 +0000
  • bf7084a147 Merge pull request #709 from toby-griffiths/fix-refresh-token-ttl Alex Bilbie 2017-03-02 14:06:27 +0000
  • 13c608b849 Corrected DateInterval from 1 min to 1 month Toby Griffiths 2017-03-01 13:08:42 +0000
  • d8ece093d5 Add hasRedirect() method for OAuthServerException Ian Littman 2017-02-04 14:48:40 -0500
  • ded7c1ed47 Mentioned PHP 7.1 support Alex Bilbie 2017-02-02 17:29:06 +0000
  • 9b85bea675 Merge pull request #699 from clarkeash/patch-1 Alex Bilbie 2017-01-27 08:56:15 +0000
  • b90c061ecc docs typo Ashley Clarke 2017-01-25 22:34:52 +0100
  • 6426e597a3
    Fix PKCE code verifier encoding to match specification François Kooman 2017-01-24 11:36:34 +0100
  • 0da70c916a Merge pull request #690 from Jalle19/patch-1 Alex Bilbie 2016-12-23 07:42:23 +0000
  • 90cb1bf012 Fix typo in the first README sentence Sam Stenvall 2016-12-23 00:30:54 +0200
  • 0093836f4b Merge pull request #681 from j4m3s/auth-code-grant-docs-slim Alex Bilbie 2016-11-08 13:19:24 +0000
  • b32204bd91 Merge pull request #682 from wilsonge/patch-1 Alex Bilbie 2016-11-08 13:18:13 +0000
  • 518c1fcec5 Fix middleware example fatal error George Wilson 2016-11-08 12:27:49 +0000
  • dc17aa29ad Update Slim example in auth-code docs James Fellows 2016-11-03 12:05:13 +0000
  • ee8841fe66 Added Zend diactoros library dependency to the examples Pedro Cambra 2016-10-31 09:57:44 +0900
  • 6f0dc0c839 Merge pull request #674 from zeldalink0515/patch-1 Alex Bilbie 2016-10-26 09:41:34 +0100
  • c6759c18ce Fix typo. lrills 2016-10-26 16:29:29 +0800
  • 08d719a0d0 Merge pull request #673 from Trainmaster/patch-1 Alex Bilbie 2016-10-19 09:16:09 +0100
  • 9aaf97bf79 Fix typo Frank 2016-10-18 20:15:24 +0200
  • 6946592553 Merge pull request #671 from duncan3dc/patch-1 Alex Bilbie 2016-10-16 16:58:15 +0100
  • 25580b98b7 [Travis] Test on PHP 7.1 Craig Duncan 2016-10-16 16:48:44 +0100
  • f78dc2eca0 Updated README 5.1.3 Alex Bilbie 2016-10-12 15:08:15 +0100
  • 105b3116dc Merge pull request #669 from jeremykendall/fix/www-authenticate-header Alex Bilbie 2016-10-12 15:05:19 +0100
  • 01677a564e Fix WWW-Authenticate entry in $headers array jeremykendall 2016-10-11 22:27:24 -0500
  • 4c4b0633b1 Merge pull request #668 from er0k/increase-ssl-key-length Alex Bilbie 2016-10-11 14:27:16 +0100
  • c4a75b2880 Increase the recommended RSA key length from 1024 to 2048 bits er0k 2016-10-11 09:24:27 -0400
  • 362114c460 Fixes #665 Alex Bilbie 2016-10-09 11:48:21 +0100
  • eb1e36165b Merge pull request #662 from SamFleming/patch-1 Alex Bilbie 2016-09-29 15:40:53 +0100
  • 1249eac289 Fix incorrect link Sam Fleming 2016-09-29 15:38:48 +0100
  • e091d48127 Changelog bump 5.1.2 Alex Bilbie 2016-09-19 10:23:42 +0100
  • a798cfdc5d Merge pull request #656 from thephpleague/issue-650-fix Alex Bilbie 2016-09-19 10:19:05 +0100
  • 56e8d374fb Fix broken tests Alex Bilbie 2016-09-19 10:06:00 +0100
  • b1bfff7325 Don't pass in user because we don't know who user is Alex Bilbie 2016-09-19 10:05:55 +0100
  • 32cde01ab2 Merge pull request #657 from thephpleague/analysis-86wPg4 Alex Bilbie 2016-09-13 15:19:56 +0100
  • 11ccc305d0 Applied fixes from StyleCI Alex Bilbie 2016-09-13 14:17:09 +0000
  • d7df2f7e24 Fix for #650 Alex Bilbie 2016-09-13 15:16:58 +0100
  • 3bec591393 Changelog update 4.1.6 Alex Bilbie 2016-09-13 14:42:53 +0100
  • 084b779cc6 Merge pull request #652 from rickshawhobo/4.1.x Alex Bilbie 2016-09-13 14:38:47 +0100
  • 491f3f0e95 less restrictive on Authorization header check Guy Huynh 2016-09-08 10:20:34 -0400
  • 52c690c72a Merge pull request #645 from vinkla/patch-1 Alex Bilbie 2016-08-30 12:20:54 +0100
  • b1873ba2c0 Add back old link Vincent Klaiber 2016-08-30 10:38:08 +0200
  • f73f55c085 Update Laravel link Vincent Klaiber 2016-08-30 10:28:18 +0200
  • ccec9916ad Merge pull request #643 from lookyman/gh-pages Alex Bilbie 2016-08-22 10:19:12 +0100
  • 2f446ba7a2 Nette Framework integration Lukáš Unger 2016-08-21 16:21:20 +0200
  • 7f93e9bcae Added token signers 7.0.0-WIP Alex Bilbie 2016-08-21 12:54:24 +0100
  • b62a5cd24a Added league/openid-connect-claims Alex Bilbie 2016-08-08 20:57:28 -0400
  • 81920acbb5 Merge pull request #638 from Art4/patch-1 Alex Bilbie 2016-08-07 09:51:40 -0400
  • 71048401f5 Fix typo Artur Weigandt 2016-08-07 15:50:47 +0200
  • 9a3cf4759a Text clarification Alex Bilbie 2016-08-06 12:23:21 -0400
  • b8b92e5925 Changelog update 5.1.1 Alex Bilbie 2016-07-26 15:42:03 -0400
  • 0ebdcd2ab8 Merge pull request #614 from lookyman/better-tests Alex Bilbie 2016-07-25 12:17:28 -0400
  • 9dee08ba3d Merge pull request #625 from juliangut/key-file Alex Bilbie 2016-07-19 17:24:12 +0100
  • 065ef5db99 CryptKey tests Julián Gutiérrez 2016-07-19 17:15:36 +0200
  • 039537ebe2 touch! Julián Gutiérrez 2016-07-19 15:06:32 +0200
  • d8930af5ee key file auto-generation from string Julián Gutiérrez 2016-07-19 15:01:31 +0200
  • ada8d20be6 Merge pull request #624 from iansltx/bearer-token-response-params Alex Bilbie 2016-07-16 16:38:23 +0100