Skip to content

Commit

Permalink
Add option to add scopes to requested bearer tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnvanderhorst committed Mar 10, 2020
1 parent 1b048cf commit 12dbd44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class Auth0VueWrapper {
domain: options.domain,
client_id: options.clientId,
audience: options.audience,
scope: options.scope,
redirect_uri: redirectUri
});

Expand Down

0 comments on commit 12dbd44

Please sign in to comment.