Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeherve/nostr-verify
Verify yourself with Nostr, using NIP-05
https://github.com/jeherve/nostr-verify
nostr nostr-protocol
Last synced: about 1 month ago
JSON representation
Verify yourself with Nostr, using NIP-05
- Host: GitHub
- URL: https://github.com/jeherve/nostr-verify
- Owner: jeherve
- Created: 2023-05-01T09:05:14.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-08-30T05:54:05.000Z (3 months ago)
- Last Synced: 2024-10-03T07:03:23.176Z (about 2 months ago)
- Topics: nostr, nostr-protocol
- Language: PHP
- Homepage: https://wordpress.org/plugins/nostr-verify/
- Size: 66.4 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
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.htmlVerify 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.