mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-05-19 11:38:20 +02:00
19 lines
983 B
XML
19 lines
983 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="UserSessionSetupWebServerMiddleware" inherits="WebServerMiddleware">
|
|
<brief_description>
|
|
A [WebServerMiddleware] that automatically looks up [User]s from a request's stored user_id, and stored it in the request's "user" meta key.
|
|
</brief_description>
|
|
<description>
|
|
A [WebServerMiddleware] that automatically looks up [User]s from a request's stored user_id, and stored it in the request's "user" meta key.
|
|
</description>
|
|
<tutorials>
|
|
<link title="Website with users using the SQLite db backend">$DOCS_URL/07_demo_projects/web/users_sqlite</link>
|
|
<link title="Website with users using the SQLite db backend, with bootstrap">$DOCS_URL/07_demo_projects/web/users_sqlite_bootstrap</link>
|
|
<link title="Website with users using the SQLite db backend, with bootstrap, templated">$DOCS_URL/07_demo_projects/web/users_sqlite_bootstrap_templated</link>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|