Getting Started

Getting started with Passport requires the following steps

Step 1 - Configure Authentication Rules

Every account created on Passport has an authentication "scope" associated with it.

Scopes are objects that allow you to configure and program the authentication, recovery rules that govern how your users can interact with the Passport network and their keys.

Note: Scopes DO NOT give you control over any keys. They are simply just the configuration rules around what authentication methods you'd like to support.

To configure your scope, check out this chapter -

Configuring your scope

Want to jump right into the code? Check out the Quickstarts and Examples section after Step 1

Step 2 - Interact With Passport

Once you're done setting up your account and configuring scopes, you are now all set!

You can interact with the network to

Last updated