SuaveIO / suave

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
https://suave.io
Other
1.32k stars 198 forks source link

bugfix/issue-780-safe-decode-invalid-tokens #781

Closed njlr closed 6 months ago

njlr commented 6 months ago

Handle invalid header case for basic auth

Closes https://github.com/SuaveIO/suave/issues/780

ademar commented 6 months ago

Thanks!