logibit / Logibit.Hawk

A F# Hawk implementation with a strongly typed API that guides your usage and minimises security programming errors.
Other
36 stars 5 forks source link

Make Hawk.Suave compatible with Suave 1.0 #8

Closed catlion closed 8 years ago

catlion commented 8 years ago

Suave is now released version 1.0 and made a bit of changes in API and namespaces. I could not make test work in Windows, still investigating

haf commented 8 years ago

This is great! :+1:

Awaiting your tests on Windows then. I believe they all pass on OS X.

haf commented 8 years ago

So why did you just close this?

catlion commented 8 years ago

35a79ef5a754dcd4c154fd9cc9be141ebc10f781 seem to do a better job of addressing the same problem. Also I'm experienced strange problem with this test, the setAuthHeader function seemed to be applied twice. I'll check with fresh version and let you know if I'll find something.

haf commented 8 years ago

I see. Thanks, forgot I had also done it.