mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-08-05 10:28:28 -04:00
docs
user-verification-nip05.md
src
.gitignore
Cargo.lock
Cargo.toml
Dockerfile
LICENSE
README.md
config.toml
reverse-proxy.md
rustfmt.toml
This adds a new configurable feature to restrict event publishing to only users with NIP-05 verified metadata. Domains can be whitelisted or blacklisted. Verification expiration and schedules are configurable. This upgrades the database to add a table for tracking verification records.