@identifo/identifo-auth-ui
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Identifo Web Element

Simple drop in auth web component for Identifo.

Usage

You need to set app-id and url props.

<identifo-form app-id="ххх" url="https://identifo.com" theme="light"></identifo-form>

Properties

Property Attribute Description Type Default
appId app-id string undefined
route route "callback" | "error" | "login" | "otp/login" | "password/forgot" | "password/reset" | "register" | "tfa/setup" | "tfa/verify" 'login'
theme theme "dark" | "light" undefined
token token string ''
url url string undefined

Events

Event Description Type
complete CustomEvent<string>
error CustomEvent<ApiError>

Readme

Keywords

none

Package Sidebar

Install

npm i @identifo/identifo-auth-ui

Weekly Downloads

6

Version

1.1.3

License

MIT

Unpacked Size

2.6 MB

Total Files

183

Last publish

Collaborators

  • jackrudenko
  • nkmadapp