Documentation
¶
Index ¶
Constants ¶
View Source
const (
Base64Token = "base64"
)
Variables ¶
This section is empty.
Functions ¶
func BasicAuth ¶ added in v1.13.0
See 2 (end of page 4) https://www.ietf.org/rfc/rfc2617.txt "To receive authorization, the client sends the userid and password, separated by a single colon (":") character, within a base64 encoded string in the credentials." It is not meant to be urlencoded.
func ExtractFromComplexValue ¶
ExtractFromComplexValue does extract value from following structure base64(<encoded value>) and is decoding the value itself
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.