Out of curiosity, why are you manually handling auth requests? Are there issues with the SDK implementation?
Login to reply
Replies (2)
I want to give users full control over the flow. Users can approve/reject auth requests. You can check the code here: https://git.reya.su/reya/coop/src/branch/redesign-2/crates/relay_auth/src/lib.rs
Ahh, with the AdmitPolicy::admit_auth is possible handle the approve/reject flow while using the SDK impl: 
GitHub
sdk: add `AdmitPolicy::admit_auth` to control relay authentication by yukibtc · Pull Request #1218 · rust-nostr/nostr
Closes #739