vue-authenticate
vue-authenticate copied to clipboard
responseParam overrides are not used
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.