11.0.2 โ€ข Published 1 day ago

@magic-ext/oidc v11.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

๐Ÿ”’ Magic Open Id Connect for Web Browsers

<MagicLabs>

Magic Open Id Connect JavaScript SDK extension.

๐Ÿ“– Documentation

TODO once docs links are active.

๐Ÿ”— Installation

Integrating your app with Magic will require our client-side NPM package and the OIDC extension:

# Via NPM:
npm install --save magic-sdk @magic-ext/oidc

# Via Yarn:
yarn add magic-sdk @magic-ext/oidc

Alternatively, you can load via CDN with by adding a script tag to your appโ€™s <head>:

<script src="https://cdn.jsdelivr.net/npm/magic-sdk/dist/magic.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@magic-ext/oidc/dist/extension.js"></script>

โšก๏ธ Quick Start

Sign up or log in to the developer dashboard to receive API keys that will allow your application to interact with Magic's APIs.

Request access to this feature sending the API key you want enabled to our customer support.

From your login page:

import Web3 from 'web3';
import { Magic } from 'magic-sdk';
import { OpenIdExtension } from '@magic-ext/oidc';

const magic = new Magic('YOUR_API_KEY', {
  extensions: [new OpenIdExtension()],
  network: 'mainnet', // 'mainnet' or 'testnet'
});

const DID = await magic.openid.loginWithOIDC({
  jwt: myOpenIdJwt,
  providerId: myProviderId,
});

const web3 = new Web3(magic.rpcProvider);
await web3.eth.getAccounts();
11.0.2

1 month ago

11.0.1

2 months ago

11.0.0

2 months ago

10.0.0

2 months ago

9.0.0

2 months ago

7.0.0

2 months ago

8.0.0

2 months ago

6.0.0

2 months ago

5.1.1

3 months ago

5.1.0

3 months ago

5.0.1

3 months ago

5.0.0

4 months ago

4.5.0

4 months ago

4.4.2

5 months ago

4.4.1

5 months ago

4.4.0

5 months ago

1.2.0

10 months ago

2.4.0

8 months ago

2.0.0

10 months ago

4.0.0

7 months ago

1.1.1

10 months ago

1.5.0

10 months ago

2.3.0

9 months ago

2.3.1

9 months ago

3.1.1

7 months ago

3.1.0

7 months ago

4.3.2

5 months ago

4.3.1

6 months ago

4.3.0

6 months ago

1.4.0

10 months ago

2.2.0

9 months ago

3.0.3

7 months ago

3.0.2

8 months ago

3.0.1

8 months ago

3.0.0

8 months ago

4.2.1

6 months ago

4.2.0

7 months ago

1.3.1

10 months ago

1.3.0

10 months ago

2.1.0

9 months ago

4.1.0

7 months ago

4.1.1

7 months ago

1.1.0

11 months ago

1.0.1

1 year ago

1.0.0

2 years ago