- πΊπΈUnited States Shawn DeArmond
I suggest, instead of pasting private keys into the database, implementing either or both of:
π
Add support for multiple users
Active
moves the configuration to every user.
But it will currently still say you need to place your keys somewhere manually in a private folder.
There are different ways to handle this:
Key is probably the best one as the user can decide on storage completely.
Also: the nostr-php package has support convert the bech32 version to hex, so let's support that And while we're at it, we only need the private key, the public can be derived from that.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I suggest, instead of pasting private keys into the database, implementing either or both of: