jeherve / nostr-verify
Verify yourself with Nostr, using NIP-05
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 3
Open Issues: 3
Type:wordpress-plugin
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-30 06:07:23 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.