hodlbod on Nostr: Thinking about how to add push notifications to flotilla for closed communities — ...
Thinking about how to add push notifications to flotilla for closed communities — since push notifications have to be sent from a server, I need some way to get access to auth-gated content. The simple way to do this would be to just share the user's own session with the push server, but for obvious reasons that's a no-go.
The cleanest solution I can think of would be to allow an active NIP 46 session to delegate permissions to another session. All I really need is authorization to sign a `22242` event on behalf of a user.
Below is a draft NIP that introduces a `delegate` method to NIP 46 which "locks" the delegated session to the initially requested permissions:
https://github.com/nostr-protocol/nips/pull/1795greenart7c3 (nprofile…xqzw)Published at
2025-02-19 18:14:48Event JSON
{
"id": "e0686f6e25a6acd21ff152fc2274280fb4ac0723cdd8d353d740709a47eaa41b",
"pubkey": "97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322",
"created_at": 1739988888,
"kind": 1,
"tags": [
[
"p",
"7579076d9aff0a4cfdefa7e2045f2486c7e5d8bc63bfc6b45397233e1bbfcb19",
"wss://nos.lol/"
],
[
"client",
"Coracle",
"31990:97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322:1685968093690"
]
],
"content": "Thinking about how to add push notifications to flotilla for closed communities — since push notifications have to be sent from a server, I need some way to get access to auth-gated content. The simple way to do this would be to just share the user's own session with the push server, but for obvious reasons that's a no-go.\n\nThe cleanest solution I can think of would be to allow an active NIP 46 session to delegate permissions to another session. All I really need is authorization to sign a `22242` event on behalf of a user.\n\nBelow is a draft NIP that introduces a `delegate` method to NIP 46 which \"locks\" the delegated session to the initially requested permissions:\n\nhttps://github.com/nostr-protocol/nips/pull/1795\n\nnostr:nprofile1qy88wumn8ghj7mn0wvhxcmmv9uq32amnwvaz7tmjv4kxz7fwv3sk6atn9e5k7tcpzamhxue69uhky6t5vdhkjmn9wgh8xmmrd9skctcprpmhxue69uhkg6tjv43hgmmj0yh8jctzw5hx6ef0qy28wumn8ghj7ctvvahjuat50phjummwv5hsqgr40yrkmxhlpfx0mma8ugz97fyxclja30rrhlrtg5uhyvlph07trytzxqzw",
"sig": "ac07d31147fbff5b6320935feb64b64a37fd375223d0884659a30c8648543414878d9e49407d20f925330358ece4674f34eb455b3ef0b90a343c618933f4d8f9"
}