vue-authenticate icon indicating copy to clipboard operation
vue-authenticate copied to clipboard

responseParam overrides are not used

Open abeven opened this issue 5 years ago • 0 comments

The switch statement in the OAuth2 exchangeForToken method incorrectly uses the "key" iterator instead of the "value", which results in whatever the user configured in the provider config to override the token exchange payload to be ignored.

This was addressed in a prior PR https://github.com/dgrubelic/vue-authenticate/pull/139 that got abandoned.

abeven avatar Feb 23 '20 19:02 abeven