Registration/Sign Up
Registration
USTA’s implementation of Cognito introduces a 2 step registration process (Cognito Native and Lightweight Account Registration). Due to limitations with customizing the Cognito Hosted Registration page, the approach taken is to break up registration into two steps.
Note: Step 2 of the registration process must be completed within one hour. Accounts created in Cognito that have not been completed within one hour will be deleted.
The proposed UX flow would work in the following way:
Approach
Add Logic to Client Secure Landing Page
The Lightweight registration screen will perform USTA validations including duplicate account check as part of its functionality.
Working with JWT Tokens
JWT tokens are encrypted JSON format and contain fields called claims. Once you generate an Access Token, you can examine the contents at http://jwt.io . This is a valuable debugging tool.
On This Page: