Skip to content

Commit

Permalink
Add client ID to the singlePromise key
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 4, 2020
1 parent 430d189 commit 80bb5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth0Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ export default class Auth0Client {
ignoreCache,
getTokenOptions
}),
`${getTokenOptions.audience}::${getTokenOptions.scope}`
`${this.options.client_id}::${getTokenOptions.audience}::${getTokenOptions.scope}`
);
}

Expand Down

0 comments on commit 80bb5e1

Please sign in to comment.