RIG.JWT.HttpCredentials (Reactive Interaction Gateway v3.0.0-alpha.2) View Source

HTTP header parser.

Link to this section Summary

Functions

Finds credentials in a given HTTP header value.

Link to this section Types

Specs

bearer() :: {:bearer, token :: String.t()}
Link to this type

supported_credential()

View Source

Specs

supported_credential() :: bearer()

Link to this section Functions

Specs

Finds credentials in a given HTTP header value.

Unsupported credential schemes are filtered out of the result.