I'm looking at building an API and was considering oauth for managing access to the api, but what I'm doing is more of a b2b system allowing businesses to access data to incorporate into their sites. I won't have any b2c at the beginning.
So oauth doesn't seem like the right tool for me, I've been looking for sources regarding building a key based system, but haven't come across anything.
Is something available out there already? Is it best to just create a hash of some user submitted data or something like that?