Hi,
I want to add some user info into my JWT. It can be done by changing the response type of the authorization server with bearer token supporting extra params.
Ref: https://github.com/thephpleague/oauth2-server/blob/master/tests/ResponseTypes/BearerTokenResponseWithParams.php
But I am not sure how can I change the response type inside the passport.
Hi,
I want to add some user info into my JWT. It can be done by changing the response type of the authorization server with bearer token supporting extra params.
Ref: https://github.com/thephpleague/oauth2-server/blob/master/tests/ResponseTypes/BearerTokenResponseWithParams.php
But I am not sure how can I change the response type inside the passport.