pcibraro / hawknet

Hawk protocol implementation for .NET
MIT License
114 stars 35 forks source link

Consider separating the Hawk implementation from the Web API plumbing #3

Closed leastprivilege closed 11 years ago

leastprivilege commented 11 years ago

(and make it public)

Would allow re-use of your implementation in other contexts.

pcibraro commented 11 years ago

Yes, good idea. I was thinking in this when I initially wrote the the first implementation. The Hawk implementation is just an small fragment in the handler, but it makes sense to have it as a separate class.

pcibraro commented 11 years ago

Done