0.13.68-fix.68 • Published 9 months ago

@rarible/connector-aptos v0.13.68-fix.68

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months 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.68-fix.68

9 months ago

0.13.68-fix.67

9 months ago

0.13.69-beta.5

9 months ago

0.13.68-fix.65

9 months ago

0.13.68-fix.66

9 months ago

0.13.68-fix.64

9 months ago

0.13.68-fix.61

10 months ago

0.13.68-fix.60

10 months ago

0.13.68-fix.63

9 months ago

0.13.68-fix.62

9 months ago

0.13.68-fix.59

10 months ago

0.13.68-fix.58

10 months ago

0.13.68-fix.57

10 months ago

0.13.68-fix.56

10 months ago

0.13.68-fix.55

10 months ago

0.13.68-fix.54

10 months ago

0.13.68-fix.53

10 months ago

0.13.68-fix.52

10 months ago

0.13.68-fix.51

10 months ago

0.13.68-fix.50

11 months ago

0.13.68-fix.49

11 months ago

0.13.68-fix.48

11 months ago

0.13.68-fix.47

11 months ago

0.13.68-fix.32

1 year ago

0.13.68-fix.31

1 year ago

0.13.68-fix.34

1 year ago

0.13.68-fix.33

1 year ago

0.13.68-fix.30

1 year ago

0.13.68-fix.39

12 months ago

0.13.68-fix.36

1 year ago

0.13.68-fix.35

1 year ago

0.13.68-fix.38

1 year ago

0.13.68-fix.37

1 year ago

0.13.69-beta.4

1 year ago

0.13.68-fix.43

11 months ago

0.13.68-fix.42

12 months ago

0.13.68-fix.45

11 months ago

0.13.68-fix.23

1 year ago

0.13.68-fix.44

11 months ago

0.13.68-fix.41

12 months ago

0.13.68-fix.40

12 months ago

0.13.68-fix.29

1 year ago

0.13.68-fix.28

1 year ago

0.13.68-fix.25

1 year ago

0.13.68-fix.46

11 months ago

0.13.68-fix.24

1 year ago

0.13.68-fix.27

1 year ago

0.13.68-fix.26

1 year ago

0.13.68-fix.22

1 year ago

0.13.69-beta.3

1 year ago

0.13.68-fix.21

1 year ago