1.0.13 • Published 28 days ago

@slashid/jump-page v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
28 days 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

7 months ago

1.0.1

8 months ago

1.0.9

4 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.11

2 months ago

1.0.10

2 months ago

1.0.13

28 days ago

1.0.12

1 month ago

1.0.0

9 months ago

0.0.27-package.0

9 months ago

0.0.26

9 months ago

0.0.24

9 months ago

0.0.25

9 months ago

0.0.16-next.0

1 year ago

0.0.14-next.0

1 year ago

0.0.12-next.1

1 year ago

0.0.12-next.2

1 year ago

0.0.20

10 months ago

0.0.21

10 months ago

0.0.12-next.0

1 year ago

0.0.22

10 months ago

0.0.23

9 months ago

0.0.12-next.3

1 year ago

0.0.12-next.4

1 year ago

0.0.23-self-host.1

9 months ago

0.0.15

1 year ago

0.0.23-self-host.2

9 months ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

11 months ago

0.0.19

10 months ago

0.0.23-self-host.0

9 months ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8-package.4

1 year ago

0.0.8-package.3

1 year ago

0.0.8-package.2

1 year ago

0.0.8-package.1

1 year ago

0.0.8-package.8

1 year ago

0.0.8-package.6

1 year ago

0.0.8-package.5

1 year ago

0.0.8-package.0

1 year ago

0.0.7-beta.5

1 year ago

0.0.8-package.9

1 year ago

0.0.8

1 year ago

0.0.7-beta.4

1 year ago

0.0.7-beta.3

1 year ago

0.0.7-beta.2

1 year ago

0.0.7-beta.1

1 year ago

0.0.7-beta.0

1 year 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