Skip to main content

Web Login Methods

NEAR offers multiple options to allow users to login using NEAR accounts. Below are the most popular methods to integrate web login into your web app or website, each tailored to different use cases and user experiences.

Once the user is logged in, they will be able to use their accounts to interact with the NEAR blockchain, making call to smart contracts, transfer tokens, and more.


NEAR Connector

NEAR Connect is a zero-dependency lightweight library that allows users to connect to your dApp using their preferred wallet. It uses a secure sandbox-based architecture where wallet scripts run in isolated iframes.

Preview

tip

You can learn how to integrate NEAR Connect into your app in the NEAR Connector tutorial


Social Login

Privy is a third-party service that allows users to login using their email or social accounts (Google, Facebook, Twitter, etc). Upon login, a NEAR wallet is created for the user, which they can fund and use to interact with your dApp.

tip

Check our Privy Integration Example to learn how to integrate Privy into your web app

Preview

Web3Auth

For an alternative social login method you can check Web3Auth. We have a functional Web3Auth Integration Example to show how to integrate Web3Auth into your web app.