Skip to content

Commit cacab8c

Browse files
authored
Update auth0 login params (#124)
1 parent 77164fb commit cacab8c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "median-js-bridge",
3-
"version": "2.13.1",
3+
"version": "2.13.2",
44
"description": "Median bridge and utilities for JS web frameworks",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/plugins/auth0.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ type Auth0LoginData = {
1111
};
1212

1313
type Auth0LoginParams = CallbackParams<Auth0LoginData> & {
14+
audience?: string;
1415
enableBiometrics?: boolean;
16+
scope?: string;
1517
};
1618

1719
type Auth0ProfileParams = {

0 commit comments

Comments
 (0)