Account Lifecycle
To grasp the components of Passport and their implementation locations, we'll divide the process into three key segments. The Passport account workflow involves three primary stages:
Initial registration
Subsequent logins post-registration
Access to account utilities, smart contracts, and stored value/crypto.
Furthermore, Passport offers various front-end tools to streamline user login and access to Passport services. These tools can be accessed via method calls on the Passport object. Passport has designed analogous interfaces to support each step of this workflow. Both registration and login procedures are similar, differing only in the JavaScript event called, which optionally allows for an interstitial step to gather additional one-time information (e.g., name, address).
Once confirmation is received by our servers, Passport facilitates the provisioning of blockchain accounts across multiple blockchains, regardless of the blockchain used. This registration process is essential only during this initial setup phase.
Last updated