Login with NEAR

Login with NEAR Install Statistics

-11
0%
Today: 0 Yesterday: 11 All-time: 1,877 downloads
Login with NEAR Icon

Try plugin: Login with NEAR

We'll create fresh WordPress site with Login with NEAR installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Login with NEAR

Login with NEAR WordPress plugin, allows users to register/login with NEAR wallets.

2


0


0


0


0

updated: 10 months ago
since: 1 year ago
author: Learn NEAR Club

Description

Login with NEAR WordPress plugin allows to easy setup and customize login with NEAR functionality at your WordPress site by using simple shortcode [login_near_link].

Benefits

  1. Provides the most popular Near Wallets: Plugin supports “Near Wallet”, “My Near Wallet”, “Here Wallet”, “Meteor Wallet” “Sender”.

  2. Easy registration and login: If user has a Near Wallet, he already can use all functionality from your site and identified as WP User.

  3. Call smart contracts from single endpoint: Plugin is a wrapped implementation for official Near Wallet Selector (https://github.com/near/wallet-selector). If you use a smart contract it provides possibility to use limited access key for it. Also, you can make calls to change/view methods on another smart contracts.

  4. Easy to modify: You can easily change login, logout button text and provide advanced classed to customize style from code

For plugin developers

  • If you want to create plugin with smart contract and call it from logged users you can simply do it in this way:
  • 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/