Sometimes providers will require the use of a custom param found in the callback URL to be included in the authorization request
This PR exposes the query params of the callback to tokenParams for strategies to be able to utilize that in their implementation
Sometimes providers will require the use of a custom param found in the callback URL to be included in the authorization request This PR exposes the query params of the callback to
tokenParams
for strategies to be able to utilize that in their implementation