Account Lifecycle
To understand the components of Passport and where to implement them, we will break the implementation down into three primary components.
The workflow of a Passport account consists of three primary steps:
Initial registration
Post-registration logins
Access to account utilities, smart contracts, and stored value/crypto.
In addition, Passport has created several useful front-end tools to provide default experiences for allowing users to log in and access the Passport services. These services can be invoked through method calls of the Passport object.
Passport has created similar interfaces to support each segment of this workflow. Registration and login are similar, except a different JavaScript event is called, which allows for an interstitial (though not required) step to capture additional one-time information (name, address, etc) as necessary. Once confirmation has been received by our servers through a link that is emailed and clicked Passport provisions blockchain accounts across several blockchains regardless of which blockchain is used this is the only time the registration process is necessary.
Last updated