Title: Login with NEAR
Author: Learn NEAR Club
Published: <strong>23. dets. 2022</strong>
Last modified: 10. nov. 2025

---

Search plugins

![](https://ps.w.org/near-login/assets/banner-772x250.png?rev=2838550)

![](https://ps.w.org/near-login/assets/icon-256x256.png?rev=2838560)

# Login with NEAR

 By [Learn NEAR Club](https://profiles.wordpress.org/learnnearclub/)

[Download](https://downloads.wordpress.org/plugin/near-login.zip)

 * [Details](https://et.wordpress.org/plugins/near-login/#description)
 * [Reviews](https://et.wordpress.org/plugins/near-login/#reviews)
 * [Development](https://et.wordpress.org/plugins/near-login/#developers)

 [Support](https://wordpress.org/support/plugin/near-login/)

## Description

Login with NEAR is a WordPress plugin that enables seamless Web3 authentication 
by allowing users to log in using their NEAR Protocol wallets. By integrating the
HOT Connector, the plugin supports various NEAR-compatible wallets, including Hot
Wallet, MyNearWallet Meteor Wallet, Intear Wallet.

**🔐 Key Features**

 1. **NEAR Wallet Integration**: Facilitates user authentication through popular NEAR
    wallets, streamlining the login process for users already engaged in the NEAR ecosystem.
 2. **Smart Contract Interaction**: Provides the ability to call smart contract methods
    directly from the WordPress site, supporting both view and change methods, and 
    allowing the use of limited access keys for enhanced security.
 3. **Customizable Shortcode**: Utilizes a simple shortcode [login_near_link] to embed
    the NEAR login button anywhere on the site, with options to modify button text 
    and apply custom CSS classes for styling.
 4. **User Registration and Login**: Automatically registers and logs in users who 
    authenticate via their NEAR wallets, creating corresponding WordPress user accounts
    and simplifying user management.
 5. **Customization Flexibility**: Modify login/logout button text and apply advanced
    styling with ease directly from the code.

### 🧩 Use Cases

 * Web3 Communities: Ideal for blockchain-based communities seeking to authenticate
   users through NEAR wallets.
 * Decentralized Applications (dApps): Enables dApps built on WordPress to interact
   with NEAR smart contracts, facilitating decentralized functionalities directly
   from the website.
 * Token-Gated Content: Supports the creation of exclusive content accessible only
   to users authenticated via NEAR wallets, enabling token-based access control.
 * By integrating blockchain authentication into WordPress, the Login with NEAR 
   plugin bridges the gap between traditional web platforms and decentralized technologies,
   offering a user-friendly solution for incorporating Web3 functionalities into
   your website.

### For WordPress developers

 * Integrate smart contracts effortlessly and call them from logged-in users using
   simple JavaScript methods:7:
 * View method: await window.mainWallet.viewMethod({contractId: string, method: 
   string, args: {} }
 * Change method: await window.mainWallet.callMethod({contractId: string, method:
   string, args: {}, gas: number, deposit: number})

#### Important links

 * Plugin Demo: http://livedemo.kinsta.cloud/

## Screenshots

 * [[
 * Fill the form with your configs: contract-id (your contract id, optional), login/
   logout button text (text that will be presented on frontend) classes (for extra
   styles), network (to use testnet or mainnet) screenshot-1.png.
 * [[
 * Link will be on your site screenshot-3.png.
 * [[
 * For now plugin supports NearWallet, MyNearWallet, Here Wallet screenshot-4.png.
 * [[
 * Logout button will replace login button after login screenshot-5.png.

## Reviews

![](https://secure.gravatar.com/avatar/0e19d1001d8d7675709d76cc4a0228682b74d4a635d12c0e9e4e9d265d6530aa?
s=60&d=retro&r=g)

### 󠀁[Useful plugin](https://wordpress.org/support/topic/useful-plugin-1031/)󠁿

 [yoshitech](https://profiles.wordpress.org/emcode/) 4. juuni 2024

Works as it should 🙂 Great help when developing blockchain plugins for WP.

![](https://secure.gravatar.com/avatar/295766eb695416b445d08dd77f10f3ba3e50db7d58a05e5b91e6721d4631384a?
s=60&d=retro&r=g)

### 󠀁[Worked really well](https://wordpress.org/support/topic/worked-really-well-4/)󠁿

 [happyAnt](https://profiles.wordpress.org/duongcuong96/) 31. jaan 2023

Worked really well, been using it for 5+ days now, and things worked well for me,
allows users login to my site with a NEAR account! Great work!

![](https://secure.gravatar.com/avatar/754bc56b0a78542511dc6bb51b0d15950dddddf871b6356e994fdc663e7f1833?
s=60&d=retro&r=g)

### 󠀁[Awesome first step!](https://wordpress.org/support/topic/awesome-first-step/)󠁿

 [techbridge](https://profiles.wordpress.org/techbridge/) 30. jaan 2023

Works as decsribed. Looking forward to future updates.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/near-login/reviews/)

## Contributors & Developers

“Login with NEAR” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Learn NEAR Club ](https://profiles.wordpress.org/learnnearclub/)

[Translate “Login with NEAR” into your language.](https://translate.wordpress.org/projects/wp-plugins/near-login)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/near-login/), check
out the [SVN repository](https://plugins.svn.wordpress.org/near-login/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/near-login/) by 
[RSS](https://plugins.trac.wordpress.org/log/near-login/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.0.2

 * [Improvement] Improved wallet integration and contract calls

#### 0.0.3

 * [Improvement] Minor bugfix

#### 0.0.4

 * [Improvement] Provide demo link to readme

#### 0.0.5

 * [Improvement] Modify plugin title

#### 0.0.6

 * [Improvement] Minor bugfix

#### 0.0.7

 * [Improvement] Update description

#### 0.0.8

 * [Improvement] Minor bugfix

#### 0.0.9

 * [Improvement] Update description

#### 0.1.0

 * [Improvement] Provide is loaded for compatibility with another plugins

#### 0.1.1

 * [Improvement] set timeout on init form for better compatibility

#### 0.1.2

 * [Improvement] minor fix for composer issue

#### 0.1.3

 * [Improvement] fix structure

#### 0.1.4

 * [Improvement] fix structure

#### 0.1.5

 * [Improvement] fix structure

#### 0.1.6

 * [Improvement] minor fix warnings

#### 0.1.7

 * [Improvement] minor tested with 6.4.1

#### 0.1.8

 * [Improvement] fix tags

#### 0.1.9

 * [Improvement] fix wp version

#### 0.2.0

 * [Improvement] fix login script

#### 0.2.1

 * [Improvement] fix tags

#### 0.2.2

 * [Improvement] fix login script

#### 0.2.3

 * [Improvement] update scripts, support 6.5.2, change list of supported wallets

#### 0.2.4

 * [Improvement] fix js

#### 0.2.5

 * [Improvement] change readme and screenshots

#### 0.2.6

 * [Improvement] Bring back support for meteor and mynear wallet

#### 0.2.7

 * [Improvement] Replace mintbase wallet with bitte wallet

#### 0.2.8

 * [Improvement] Hot wallet support, support latest wp

#### 0.2.9

 * [Improvement] Fix tag

#### 0.3.0

 * [Improvement] Fix tag

#### 0.3.1

 * [Improvement] New login provider

#### 0.3.2

 * [Improvement] Updated description and icons

#### 0.3.3

 * [Improvement] Updated version

## Meta

 *  Version **0.3.3**
 *  Last updated **6 kuud ago**
 *  Active installations **10+**
 *  WordPress version ** 6.0.1 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/near-login/)
 * Tags
 * [login](https://et.wordpress.org/plugins/tags/login/)[NEAR](https://et.wordpress.org/plugins/tags/near/)
 *  [Advanced View](https://et.wordpress.org/plugins/near-login/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/near-login/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/near-login/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/near-login/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/near-login/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/near-login/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/near-login/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/near-login/reviews/)

## Contributors

 *   [ Learn NEAR Club ](https://profiles.wordpress.org/learnnearclub/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/near-login/)