0.13.69-beta.3 • Published 5 days ago

@rarible/connector-mattel v0.13.69-beta.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 days ago

Rarible Mattel Connector

Auth0 Popup options

const connector = new MattelConnectionProvider({
  // ...
  options: {
		auth0PopupOptions: {
			// Accepts an already-created popup window to use. If not specified, the SDK will create its own.
			// This may be useful for platforms like iOS that have security restrictions around when popups can be invoked (e.g. from a user click event)
			popup: window.open(url, "auth0:authorize:popup", ...),
      // The number of seconds to wait for a popup response before throwing a timeout error. Defaults to 180
      timeoutInSeconds: 180
		}
  }
})

Example of using you (can find there)https://github.com/rarible/sdk/blob/master/packages/example/src/pages/connect/connect-options.tsx You can also set empty popup window after connector initialization by

connector.setPopupConfig({
  popup: window.open("")
})

Auth0 logout options

const connector = new MattelConnectionProvider({
	// ...
	options: {
		auth0LogoutOptions: {
      logoutParams: {
				//The URL where Auth0 will redirect your browser to after the logout.
				returnTo: window.location.href
      }
		}
	}
})
0.13.69-beta.3

5 days ago

0.13.68-fix.21

12 days ago

0.13.68-fix.20

13 days ago

0.13.68-fix.19

20 days ago

0.13.68-fix.18

23 days ago

0.13.68-fix.17

1 month ago

0.13.68-fix.16

1 month ago

0.13.68-fix.14

2 months ago

0.13.68-fix.13

2 months ago

0.13.68-fix.12

2 months ago

0.13.68-fix.10

2 months ago

0.13.68-fix.11

2 months ago

0.13.68-fix.9

2 months ago

0.13.68-fix.8

2 months ago

0.13.68-fix.7

3 months ago

0.13.68-fix.6

3 months ago

0.13.68-fix.5

3 months ago

0.13.69-beta.1

3 months ago

0.13.69-beta.0

3 months ago

0.13.68

4 months ago

0.13.66

4 months ago

0.13.65

5 months ago

0.13.64-beta.5

5 months ago

0.13.64-beta.3

5 months ago

0.13.64-beta.2

5 months ago

0.13.64-beta.1

5 months ago

0.13.64-beta.0

5 months ago

0.13.62

5 months ago

0.13.58-fix.0

6 months ago

0.13.61

5 months ago

0.13.45

10 months ago

0.13.59-fix.9

6 months ago

0.13.50-beta.0

9 months ago

0.13.50-beta.1

9 months ago

0.13.49

9 months ago

0.13.50-beta.3

9 months ago

0.13.48

10 months ago

0.13.50-beta.5

8 months ago

0.13.46

10 months ago

0.13.52

8 months ago

0.13.60-beta.2

6 months ago

0.13.60-beta.1

6 months ago

0.13.56

6 months ago

0.13.55

7 months ago

0.13.53

7 months ago

0.13.59-fix.0

6 months ago

0.13.54-beta.1

7 months ago

0.13.59-fix.1

6 months ago

0.13.59-fix.2

6 months ago

0.13.60-beta.0

6 months ago

0.13.51-hotfix.0

8 months ago

0.13.59

6 months ago

0.13.57

6 months ago

0.13.46-hotfix.1

10 months ago

0.13.41

11 months ago

0.13.30

12 months ago

0.13.40

11 months ago

0.13.44

11 months ago

0.13.43

11 months ago

0.13.38

12 months ago

0.13.37

12 months ago

0.13.35

12 months ago

0.13.29

12 months ago

0.13.39

12 months ago

0.13.25

1 year ago

0.13.24

1 year ago

0.13.22

1 year ago

0.13.21

1 year ago

0.13.18

1 year ago

0.13.16

1 year ago

0.13.13

1 year ago

0.13.12

1 year ago

0.13.11

1 year ago