Skip to content
Discussion options

You must be logged in to vote

That issue is about a really old version of iroh that doesn't exist anymore.
Our recommendation is to build authorization on top of authenticated iroh connections, similar to iroh-auth, and similar to how it works when you use e.g. HTTPS Auth headers.
In your private network use case that would mean you have some sort way of checking private network membership on every node.
When someone connects to your endpoint on your node, you handshake, and then in the endpoint hook you check for the private network membership. If it fails, you close the connection.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@lorenzleutgeb
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by lorenzleutgeb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants