3.0.14 • Published 3 years ago
@identance/websdk v3.0.14
Identace websdk
Installation
npm i @identance/websdk
Counfigureation
import render from '@identance/websdk';
// config example
const config = {
baseUrl: 'https://your-website.com/verification-route',
backUrl: 'https://your-website.com',
requestToken: 'your jwt token',
appConfig: {
api: 'https://api.identance.com',
},
theme: {
config: {
components: {
navigation: {
backgroundColor: '#f8fafe',
},
},
},
};
// mount node
const element = document.getElementById('#example');
// event handler
const handler = (eventName, payload) => {
console.log(eventName, payload)
}
// render verification application
render(config, element, handler);
Additional documentation
Check out the guide for further integration https://docs.identance.com
3.0.12
3 years ago
3.0.13
3 years ago
3.0.11
3 years ago
3.0.14
3 years ago
3.0.10
3 years ago
3.0.8
3 years ago
3.0.7
3 years ago
3.0.9
3 years ago
3.0.6
3 years ago
3.0.4
4 years ago
3.0.3
4 years ago
3.0.2
4 years ago
3.0.1
4 years ago
3.0.5
4 years ago
3.0.0
4 years ago
2.6.14
4 years ago
2.6.13
4 years ago
2.6.12
4 years ago
2.6.10
4 years ago
2.6.8
4 years ago
2.6.5
4 years ago
2.6.4
4 years ago
2.6.3
4 years ago