Signup Flow

The Signup Flow in CosyncJWT portal

The signup process can be used by a perspective user to onboard into an application. From a programming standpoint this is a two-step process. First, the application calls the Cosync REST Service API signup function with the email handle and some signup data. Second, the Cosync JWT provider sends a six-digit code to the email handle to verify the user’s identity. Third, the application calls the Cosync REST Service API CompleteSignup function with the new user’s handle, password, and code to complete the signup process.

signupflow