Hey all!
Been asked to scope out connecting a site to an API that uses OAuth1 (One legged) authentication headers.
However, trying out a few of the old "tried and tested" packages from days of old has shown that most arent actually up to scratch for .net core 8, typically old dependencies or vaulted repos that cant be accessed anymore.
Anyone know of any nice Oauth1 packages out there to simplify the process? Dont really fancy creating my own serialization / deserialization handler for it, but if I must, I must 😅