signup2
Prerequisites
See the Sign Up for more information.
Dependent Libraries
Only need reference two Javascript Libraries in HTML:
The first line reference the client function library. This's a dynamic library includes many dynamic components and CDN resources, so don't save to local. The second line is using third-party socket library from CDN.
Create a client instance
If you connect multiple servers at the same time, you can create multiple client instances.
Connect a server, Load authentication module, Provide offline login codes and method, logout codes and method, multi-server login, automatic login, user cache and other functions of authentication. If you don't need these features, you should not execute this line of code.
Sign up a new user without password
You only need to provide an email address, then you will receive an automatically generated password, and this password will be sent to your email address.
Complete codes of Sign Up without password
Last updated