mirror of
https://github.com/actix/actix-web.git
synced 2025-01-05 06:48:44 +00:00
commit
47eb4e3d3d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
//! [**IdentityService**](struct.IdentityService.html) middleware can be
|
//! [**IdentityService**](struct.IdentityService.html) middleware can be
|
||||||
//! used with different policies types to store identity information.
|
//! used with different policies types to store identity information.
|
||||||
//!
|
//!
|
||||||
//! Bu default, only cookie identity policy is implemented. Other backend
|
//! By default, only cookie identity policy is implemented. Other backend
|
||||||
//! implementations can be added separately.
|
//! implementations can be added separately.
|
||||||
//!
|
//!
|
||||||
//! [**CookieIdentityPolicy**](struct.CookieIdentityPolicy.html)
|
//! [**CookieIdentityPolicy**](struct.CookieIdentityPolicy.html)
|
||||||
|
|
Loading…
Reference in a new issue