jeherve/nostr-verify

Verify yourself with Nostr, using NIP-05

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 3

Forks: 3

Open Issues: 3

Type:wordpress-plugin

1.2.0 2023-05-31 07:00 UTC

This package is auto-updated.

Last update: 2024-04-27 17:26:34 UTC


README

=== Nostr Verify ===
Contributors: jeherve
Tags: nostr, discovery, well-known, jrd
Requires at least: 6.2
Requires PHP: 7.2
Tested up to: 6.2
Stable tag: 1.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Verify yourself with Nostr, using NIP-05

== Description ==

Nostr Verify is a WordPress plugin that allows you to verify yourself with Nostr, using NIP-05, just like described in [this documentation](https://github.com/nostr-protocol/nips/blob/master/05.md).

== Installation ==

- Go to Plugins > Add New.
- Search for "Nostr Verify".
- Install and activate the plugin.
- You can then find a "Nostr" section in your user profile, where you can enter your Nostr name and public key.

Once you've saved your changes, you should be verified with your Nostr client of choice.

== Changelog ==

### Next

#### Changed

- Various code standardization improvements.

### 1.2.0 - 2023-05-31

#### Changed

- Expand the settings description to explain how to use the plugin to create a Nostr identifier without a username if preferred.
- Better handle situations when no user has entered their Nostr details yet.

### 1.1.0 - 2023-05-01

#### Added

- Initial release.