Alex Bilbie

Results 20 comments of Alex Bilbie

You can get around this by requiring `"symfony/icu": "1.2.*@dev"` which contains an excerpt of the ICU classes to get around this issue

Hi @alexplumb, I don't have any plans currently to support these RFCs (I've not yet had a chance to read the specs). It's likely device flow support and OpenID Connect...

@GreyXor I'm no longer involved with this project. I'm sure @Sephster would consider the request in exchange for some sponsorship 😄

I actually think this is an issue wih [`canRespondToAccessToken()`](https://github.com/thephpleague/oauth2-server/blob/master/src/Grant/AbstractGrant.php#L460-L468) method on the `AbstractGrant` class which uses the identifier when perhaps it should call a different abstract method to ascertain the...

I completely agree with the proposed change - it was something I should have realised before releasing v5. My local copy of v6 (which will be a very easy upgrade...

In v6.0.0 I've updated the grants so that if you don't pass in a `RefreshTokenRepository` then a refresh token won't be created

@lookyman I've just got to finish updating the auth code and implicit grants then I'm going to release an alpha

What action needs to be taken here @iansltx ?

It's certainly something I want to look into. I don't have anything more to say about it at the moment though.