Skip to main content

Overview

Overview:

The application allows users to connect to the Nuclei backend via seamless flow. Here auth-tokens are shared between client app and Nuclei backend in a seamless manner to authenticate and validate legitimate users without any delay in communication.

The Process flow is detailed below with respect to seamless onboarding.

  1. The Partner App initiates the seamless login process.

  2. The Partner Server sends a request to the Nuclei Server to generate a temporary token, using a unique user identifier.

  3. The Nuclei Server returns the temporary token to the Partner Server.

  4. The Partner Server forwards the temporary token to the Partner App.

  5. The Partner App passes the temporary token to the Nuclei SDK.

  6. The Nuclei SDK validates the temporary token with the Nuclei backend.

  7. Upon successful validation, the Nuclei Server issues a JWT token, which is securely stored by the Nuclei SDK.