Closed miraclx closed 1 year ago
Resolves #118.
Introduces the Authorization::bearer method that adds an equivalent Authorization: Bearer ... entry into the request headers.
Authorization::bearer
Authorization: Bearer ...
This function does no input validation beyond that it's a header value, not that it's a valid JWT.
We offload the guarantee of it being a valid utf-8 string to the caller.
Resolves #118.
Introduces the
Authorization::bearer
method that adds an equivalentAuthorization: Bearer ...
entry into the request headers.This function does no input validation beyond that it's a header value, not that it's a valid JWT.
We offload the guarantee of it being a valid utf-8 string to the caller.