Skip to main content

auth

Function auth 

Source
pub async fn auth(
    cookie_jar: CookieJar,
    __arg1: State<Arc<AppState>>,
    req: Request<Body>,
    next: Next,
) -> Result<Response, (StatusCode, Json<ErrorResponse>)>