guardrail-dev / guardrail-dev/guardrail
Security credentials not forwarded in Handlers
Open
bug
scala-akka-http
scala-http4s
- Dominant language
- Scala
- Stars
- 541
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
When you define an API secure, besides basic authentication, you are also using the credentials to perform authorization. However at the moment the credentials are not forward down to the Handler object, so the only workaround is to specify the header Authorization as an header parameter to the request
Contributor guide
Assessment
This issue has not been assessed yet.