1.0.13 • Published 6 months ago

@slashid/jump-page v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

/id - SDK Verification page

This package implements the SlashID verification page as a React component. This allows self hosting the verification page as this component can be rendered in any React application.

Installation

Use any package manager you prefer:

$ npm install @slashid/jump-page

Usage

First import the default styles:

import "@slashid/jump-page/style.css"

Then render the Verification component:

import { Verification } from "@slashid/jump-page"

import "@slashid/jump-page/style.css"

export function VerificationPage() {
  return <Verification />
}

Configuration

By default, the Verification component uses the production environment. You can switch to the sandbox environment by passing the corresponding value as the environment prop:

<Verification environment="sandbox" />

A custom environment can be used by specifying the API and SDK URLs:

import { Verification, type Environment } from "@slashid/jump-page"

import "@slashid/jump-page/style.css"

export function App() {
  const customEnvironment: Environment = { baseURL: config.baseURL, sdkURL: config.sdkURL }
  return <Verification environment={environment} />
}

Customisation

Verification page can be customised using the SlashID Console.

1.0.2

1 year ago

1.0.1

1 year ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

11 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.13

6 months ago

1.0.12

7 months ago

1.0.0

1 year ago

0.0.26

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.16-next.0

1 year ago

0.0.14-next.0

1 year ago

0.0.12-next.1

2 years ago

0.0.12-next.2

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.12-next.0

2 years ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.12-next.3

1 year ago

0.0.12-next.4

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.8-package.16

2 years ago

0.0.9

2 years ago

0.0.8-package.13

2 years ago

0.0.8-package.12

2 years ago

0.0.8-package.15

2 years ago

0.0.8-package.14

2 years ago

0.0.8-package.4

2 years ago

0.0.8-package.3

2 years ago

0.0.8-package.2

2 years ago

0.0.8-package.1

2 years ago

0.0.8-package.8

2 years ago

0.0.8-package.6

2 years ago

0.0.8-package.5

2 years ago

0.0.8-package.0

2 years ago

0.0.7-beta.5

2 years ago

0.0.8-package.9

2 years ago

0.0.8-package.11

2 years ago

0.0.8-package.10

2 years ago

0.0.8

2 years ago

0.0.7-beta.4

2 years ago

0.0.7-beta.3

2 years ago

0.0.7-beta.2

2 years ago

0.0.7-beta.1

2 years ago

0.0.7-beta.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago