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.
-
The Partner App initiates the seamless login process.
-
The Partner Server sends a request to the Nuclei Server to generate a temporary token, using a unique user identifier.
-
The Nuclei Server returns the temporary token to the Partner Server.
-
The Partner Server forwards the temporary token to the Partner App.
-
The Partner App passes the temporary token to the Nuclei SDK.
-
The Nuclei SDK validates the temporary token with the Nuclei backend.
-
Upon successful validation, the Nuclei Server issues a JWT token, which is securely stored by the Nuclei SDK.