You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2026. It is now read-only.
I've been trying to use FishyFlip in a server side OAuth environment and I can't seem to find a way to handle either client_assertion or DPoP on the actual HttpClient used by FishyFlip for requests.
I can't confidently say this is missing functionality because I'm honestly still unsure on the specifics of ATProto OAuth, so if I'm barking up the wrong tree please do let me know
After adding a ClientAssertion handler and using Duende.IdentityModel.OidcClient.DPoP.ProofTokenMessageHandler, I've managed to make server-side authenticated requests. Still not super confident but I can create a pull request with my changes if you'd like
I've been trying to use FishyFlip in a server side OAuth environment and I can't seem to find a way to handle either
client_assertionor DPoP on the actual HttpClient used by FishyFlip for requests.I can't confidently say this is missing functionality because I'm honestly still unsure on the specifics of ATProto OAuth, so if I'm barking up the wrong tree please do let me knowAfter adding a ClientAssertion handler and using
Duende.IdentityModel.OidcClient.DPoP.ProofTokenMessageHandler, I've managed to make server-side authenticated requests. Still not super confident but I can create a pull request with my changes if you'd like