0.0.14 • Published 9 months ago

neuxnet_login_qr v0.0.14

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

NeuLoginQrcodeSDK Access document


Before developing access, you need to contact the business to provide your information and obtain clientID The access party provides redirectURL (the jump address after scanning the code to log in successfully, it must be the https protocol) `。

Front-end access:

Installation

npm install neuxnet_login_qr
<img id="neuxnet_login_qr" src="" />
import neuxnet_login_qr from "neuxnet_login_qr";
const Instance = neuxnet_login_qr({
        clientID: "8y6vywgqnta0prtswe", 
        domId: "neuxnet_login_qr",
        success: (res) => {
        
        },
        fail: (err) => {
          console.log("fail", err);I
        },
 });

Configuration

Basic configuration

| Parameter name | Required | Type | Default value | Introduction

0.0.14

9 months ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

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

0.0.1

2 years ago

0.0.0

2 years ago