Niko

Results 1 comments of Niko

@pkly You could extend the "BearerTokenResponse" of the League Bundle and override the "getExtraParams()" Method. See the [Comment](https://github.com/thephpleague/oauth2-server/blob/master/src/ResponseTypes/BearerTokenResponse.php) of the Method. This Bundle [here](https://github.com/steverhoades/oauth2-openid-connect-server/blob/master/src/IdTokenResponse.php) (Thanks to Steve Rhoades) uses this...