Title: LNURL Auth For WordPress
Author: joelmelon
Published: <strong>2022-يىلى 17-دېكابىر</strong>
Last modified: 2025-يىلى 14-يانۋار

---

قىستۇرما ئىزدە

![](https://ps.w.org/lnurl-auth/assets/banner-772x250-rtl.png?rev=2835403)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/lnurl-auth/assets/icon-256x256.png?rev=2835403)

# LNURL Auth For WordPress

 يازغۇچى [joelmelon](https://profiles.wordpress.org/joelmelon/)

[چۈشۈر](https://downloads.wordpress.org/plugin/lnurl-auth.1.0.14.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/lnurl-auth/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/lnurl-auth/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/lnurl-auth/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/lnurl-auth/#developers)

 [قوللاش](https://wordpress.org/support/plugin/lnurl-auth/)

## چۈشەندۈرۈش

This plugin provides LNURL Auth for WordPress. Login to WordPress with Bitcoin Lightning
⚡️

### Features

With **LNURL Auth for WordPress** LNURL Auth is now available for WordPress. Add
LNURL Auth to the WordPress login form or use the shortcode `[lnurl_auth]` to use
LNURL anywhere on your site.

 * Custom Colors
 * Custom Callback URL
 * Custom Redirect URL
 * Node Bann- & Allowlist
 * Enable/Disable User Registrations
 * Naming Options for New Users
 * Set Role(s) for New Users
 * Toggle Login Options

_If the setting to create users is enabled in the plugin settings, the plugin will
automatically generate new users. Be wise, with great power comes great responsibility._

### Demo

A demo WordPress installation with LNURL Auth is available [here](https://lnurl-auth-for-wordpress.joelstuedle.ch/).

### LNURL Auth

Overall, LNURL Auth login is a convenient and secure way for users of the Lightning
Network to log into third-party services using their Lightning accounts. It allows
users to easily and securely log into services without needing to create separate
accounts or handle sensitive information. This process typically involves the user
scanning a LNURL with their Lightning wallet app.

The LNURL auth QR code or URL contains a unique and time-sensitive text string. 
This text string is sent to the visitor’s wallet. The visitor’s wallet signs this
text string with the private key and sends back the response with the signed text
string. This signature can then be validated to confirm the visitor’s identity.

Read the specs here: https://github.com/lnurl/luds/blob/luds/04.md

### Vendors

 * eza/lnurl-php: https://github.com/eza/lnurl-php
 * endroid/qr-code https://github.com/endroid/qr-code

### License

Use this code freely, widely and for free. Provision of this code provides and implies
no guarantee.
 Please respect the GPL v3 licence, which is available via http://
www.gnu.org/licenses/gpl-3.0.html

## ئېكران كەسمىسى

[⌊LNURL Auth on a WordPress login page.⌉⌊LNURL Auth on a WordPress login page.⌉[

LNURL Auth on a WordPress login page.

[⌊LNURL Auth settings.⌉⌊LNURL Auth settings.⌉[

LNURL Auth settings.

## ئورنىتىش

 1. Upload the `lnurl-auth` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ›Plugins‹ menu in WordPress.
 3. Check out the plugins settings page

## باھالاشلار

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

### 󠀁[Must have Plugin for Bitcoin Shops](https://wordpress.org/support/topic/must-have-plugin-for-bitcoin-shops/)󠁿

 [omg21](https://profiles.wordpress.org/omg21/) 2023-يىلى 29-دېكابىر

LNURL-auth is extremely powerful tool. No usernames, no passwords, and no emails.
Just login with lightning wallet. It makes every site owner safer by not storing
login information. Great work!

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

### 󠀁[Awesome Plugin!!!](https://wordpress.org/support/topic/awesome-plugin-6854/)󠁿

 [1of21mil](https://profiles.wordpress.org/1of21mil/) 2023-يىلى 15-ئاپرېل

Awesome Plugin. Works really well. Easy integration via shortcode. Good job, well
done!

 [ 2 باھالاشنىڭ ھەممىنى ئوقۇش ](https://wordpress.org/support/plugin/lnurl-auth/reviews/)

## تۆھپىكار ۋە ئىجادكار

«LNURL Auth For WordPress» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا
تۆھپە قوشقان.

تۆھپىكار

 *   [ joelmelon ](https://profiles.wordpress.org/joelmelon/)

[«LNURL Auth For WordPress» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/lnurl-auth)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/lnurl-auth/)، [SVN خەزىنە](https://plugins.svn.wordpress.org/lnurl-auth/)
تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/lnurl-auth/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/lnurl-auth/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 1.0.14

 * Compatibility ckeck. Adapt internationalization improvements in 6.7 – load textdomain
   on `init` and fix `get_plugin_data`.

#### 1.0.13

 * Set error reporting to `false` inside auth callback function, so we do not have
   any php warnings/errors in our json response.

#### 1.0.12

 * Add `allowdynamicproperties`, remove `error_logs` and change all callback responses
   to `wp_json_encode`.

#### 1.0.11

 * Respect redirect_to query parameter on wp-login.php.

#### 1.0.1

 * Provide user object to wp_login action.

#### 1.0.0

 * Initial version.

## Meta

 *  Version **1.0.14**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **2 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **20+**
 *  WordPress نەشرى ** 6.0 ياكى يۇقىرى **
 *  **6.7.7** دا سىنالغان
 *  PHP نەشرى ** 8.0.15 ياكى يۇقىرى **
 *  تىل
 * [English (US)](https://wordpress.org/plugins/lnurl-auth/)
 * بەلگە
 * [authentication](https://ug.wordpress.org/plugins/tags/authentication/)[bitcoin](https://ug.wordpress.org/plugins/tags/bitcoin/)
   [Lightning](https://ug.wordpress.org/plugins/tags/lightning/)[LNURL](https://ug.wordpress.org/plugins/tags/lnurl/)
   [login](https://ug.wordpress.org/plugins/tags/login/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/lnurl-auth/advanced/)

## دەرىجە

 5/5 يۇلتۇز

 *  [  2 5-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/lnurl-auth/reviews/?filter=5)
 *  [  0 4-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/lnurl-auth/reviews/?filter=4)
 *  [  0 3-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/lnurl-auth/reviews/?filter=3)
 *  [  0 2-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/lnurl-auth/reviews/?filter=2)
 *  [  0 1-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/lnurl-auth/reviews/?filter=1)

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

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/lnurl-auth/reviews/)

## تۆھپىكار

 *   [ joelmelon ](https://profiles.wordpress.org/joelmelon/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/lnurl-auth/)

## ئىئانە

بۇ قىستۇرمىنىڭ ياخشىلىنىشىنى قوللامسىز؟

 [ بۇ قىستۇرمىغا ئىئانە قىلىش ](https://lnurl-auth-for-wordpress.joelstuedle.ch/)