Overview
Authentication is configured via developer defined scopes, where developers can describe policies, that determine things such as access control, and which authentication methods users will be permitted to use to login and interact with their application.
Passport currently supports the following types of authentication methods, all governed by scopes.
Authentication Method | Description | Status |
---|---|---|
| Live | |
Developer Owned |
| Live |
OAuth |
| Scheduled |
| Scheduled |
You can first get started by learning how to configure your scope with the Passport CLI, once you've done that you'll be ready to start registering and authenticating users.
Last updated