ring-clojure / ring

Clojure HTTP server abstraction
MIT License
3.77k stars 520 forks source link

Add support for Authorization header #494

Closed devurandom closed 9 months ago

devurandom commented 9 months ago

No complete authentication scheme, but the "Access Authentication Framework" defined by RFC 7235, providing the building blocks to implement auth schemes.

weavejester commented 9 months ago

This patch would be better suited for the Ring-Headers library, rather than the Ring-Core package.

devurandom commented 9 months ago

Thank you for your response! I submitted a PR to ring-headers: https://github.com/ring-clojure/ring-headers/pull/11