<ahref="struct.IdentityMiddleware.html"title="struct actix_identity::IdentityMiddleware"><code>IdentityMiddleware</code></a> and <code>SessionMiddleware</code> as middleware on your <code>App</code>:</p>
<p>User identities can be created, accessed and destroyed using the <ahref="struct.Identity.html"title="struct actix_identity::Identity"><code>Identity</code></a> extractor in your
by customising the configuration for <ahref="struct.IdentityMiddleware.html"title="struct actix_identity::IdentityMiddleware"><code>IdentityMiddleware</code></a> via <ahref="struct.IdentityMiddleware.html#method.builder"title="associated function actix_identity::IdentityMiddleware::builder"><code>IdentityMiddleware::builder</code></a>.</p>
<li>have been inactive for a while (see <ahref="config/struct.IdentityMiddlewareBuilder.html#method.visit_deadline"title="method actix_identity::config::IdentityMiddlewareBuilder::visit_deadline"><code>IdentityMiddlewareBuilder::visit_deadline</code></a>);</li>
<li>logged in too long ago (see <ahref="config/struct.IdentityMiddlewareBuilder.html#method.login_deadline"title="method actix_identity::config::IdentityMiddlewareBuilder::login_deadline"><code>IdentityMiddlewareBuilder::login_deadline</code></a>).</li>
</div></details><h2id="modules"class="section-header">Modules<ahref="#modules"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="mod"href="config/index.html"title="mod actix_identity::config">config</a></div><divclass="desc docblock-short">Configuration options to tune the behaviour of <ahref="struct.IdentityMiddleware.html"title="struct actix_identity::IdentityMiddleware"><code>IdentityMiddleware</code></a>.</div></li><li><divclass="item-name"><aclass="mod"href="error/index.html"title="mod actix_identity::error">error</a></div><divclass="desc docblock-short">Failure modes of identity operations.</div></li></ul><h2id="structs"class="section-header">Structs<ahref="#structs"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="struct"href="struct.Identity.html"title="struct actix_identity::Identity">Identity</a></div><divclass="desc docblock-short">A verified user identity. It can be used as a request extractor.</div></li><li><divclass="item-name"><aclass="struct"href="struct.IdentityMiddleware.html"title="struct actix_identity::IdentityMiddleware">IdentityMiddleware</a></div><divclass="desc docblock-short">Identity management middleware.</div></li></ul><h2id="traits"class="section-header">Traits<ahref="#traits"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="trait"href="trait.IdentityExt.html"title="trait actix_identity::IdentityExt">IdentityExt</a></div><divclass="desc docblock-short">Helper trait to retrieve an <ahref="struct.Identity.html"title="struct actix_identity::Identity"><code>Identity</code></a> instance from various <code>actix-web</code>’s types.</div></li></ul></section></div></main></body></html>