1.1.3 • Published 2 years ago

@identifo/identifo-auth-ui v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

PropertyAttributeDescriptionTypeDefault
appIdapp-idstringundefined
routeroute"callback" \| "error" \| "login" \| "otp/login" \| "password/forgot" \| "password/reset" \| "register" \| "tfa/setup" \| "tfa/verify"'login'
themetheme"dark" \| "light"undefined
tokentokenstring''
urlurlstringundefined

Events

EventDescriptionType
completeCustomEvent<string>
errorCustomEvent<ApiError>