Skip to main content

Signing User In

Overview

Explore how to implement OAuth login using the Passport JS EVM SDK, focusing on essential aspects like configuration, handling parameters, and managing errors efficiently.

Call OAuth Login programmatically

Using await passport.login(provider, options) you can skip UI part and directly popup Passport Login screen.

Login using Passport UI:

Accessing the Sign in Page

You can open the Sign in page using the UI. This process is explained in detail in the Sign In page article.