Skip to main content

Module http_basic

Module http_basic 

Source
Expand description

HTTP Basic Authentication support.

§Spring Security Equivalent

org.springframework.security.web.authentication.www.BasicAuthenticationFilter

§Feature Flag

Requires the http-basic feature (enabled by default).

Structs§

HttpBasicConfig
HTTP Basic Authentication configuration.

Functions§

extract_basic_auth
Extracts credentials from HTTP Basic Authentication header.