jeherve / nostr-verify
使用 NIP-05 在 Nostr 上验证自己
1.2.0
2023-05-31 07:00 UTC
Requires (Dev)
This package is auto-updated.
Last update: 2024-08-30 05:54:08 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://gnu.ac.cn/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.