Skip to content

Commit

Permalink
Fixes issue where full product page is ajaxed into a product detail p…
Browse files Browse the repository at this point in the history
…age. Product page inception, bro
  • Loading branch information
Q committed May 26, 2015
1 parent 5b60a3d commit d00a400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth2/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ protected function createDefaultJwtAccessTokenResponseType()
$refreshStorage = $this->storages['refresh_token'];
}

$config = array_intersect_key($this->config, array_flip(explode(' ', 'store_encrypted_token_string issuer')));
$config = array_intersect_key($this->config, array_flip(explode(' ', 'store_encrypted_token_string issuer access_lifetime refresh_token_lifetime')));

return new JwtAccessToken($this->storages['public_key'], $tokenStorage, $refreshStorage, $config);
}
Expand Down

0 comments on commit d00a400

Please sign in to comment.