From 20ac2e14936b22f7ccb56d9909274929f453803e Mon Sep 17 00:00:00 2001 From: robjtede Date: Mon, 22 Nov 2021 23:24:09 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20551cb?= =?UTF-8?q?fb113c73def8080710cc20991c7c6f10089=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_identity/all.html | 2 +- actix_identity/index.html | 2 +- actix_session/all.html | 2 +- actix_session/index.html | 2 +- actix_web_httpauth/all.html | 2 +- actix_web_httpauth/index.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/actix_identity/all.html b/actix_identity/all.html index ef6742f9f..e7a2fee2f 100644 --- a/actix_identity/all.html +++ b/actix_identity/all.html @@ -1,4 +1,4 @@ -List of all items in this crate

List of all items[] +List of all items in this crate

List of all items[]

Structs

Traits

diff --git a/actix_identity/index.html b/actix_identity/index.html index a124044fd..bacd400d8 100644 --- a/actix_identity/index.html +++ b/actix_identity/index.html @@ -1,4 +1,4 @@ -actix_identity - Rust

Crate actix_identity[][src]

Expand description

Opinionated request identity service for Actix Web apps.

+actix_identity - Rust

Crate actix_identity[][src]

Expand description

Opinionated request identity service for Actix Web apps.

IdentityService middleware can be used with different policies types to store identity information.

A cookie based policy is provided. CookieIdentityPolicy uses cookies as identity storage.

diff --git a/actix_session/all.html b/actix_session/all.html index c174940d5..12df4f678 100644 --- a/actix_session/all.html +++ b/actix_session/all.html @@ -1,4 +1,4 @@ -List of all items in this crate

List of all items[] +List of all items in this crate

List of all items[]

Structs

Enums

Traits

diff --git a/actix_session/index.html b/actix_session/index.html index b84ce77f5..27b5ad557 100644 --- a/actix_session/index.html +++ b/actix_session/index.html @@ -1,4 +1,4 @@ -actix_session - Rust

Crate actix_session[][src]

Expand description

Sessions for Actix Web.

+actix_session - Rust

Crate actix_session[][src]

Expand description

Sessions for Actix Web.

Provides a general solution for session management. Session middleware could provide different implementations which could be accessed via general session API.

This crate provides a general solution for session management and includes a cookie backend. diff --git a/actix_web_httpauth/all.html b/actix_web_httpauth/all.html index 3f16567c3..2aad35424 100644 --- a/actix_web_httpauth/all.html +++ b/actix_web_httpauth/all.html @@ -1,4 +1,4 @@ -List of all items in this crate

List of all items[] +List of all items in this crate

List of all items[]

Structs

Enums

Traits

diff --git a/actix_web_httpauth/index.html b/actix_web_httpauth/index.html index 70110ff7d..224ea278f 100644 --- a/actix_web_httpauth/index.html +++ b/actix_web_httpauth/index.html @@ -1,4 +1,4 @@ -actix_web_httpauth - Rust

Crate actix_web_httpauth[][src]

Expand description

HTTP authentication schemes for actix-web.

+actix_web_httpauth - Rust

Crate actix_web_httpauth[][src]

Expand description

HTTP authentication schemes for actix-web.

Provides: