Skip to main content

Module account

Module account 

Source

Modulesยง

profile ๐Ÿ”’
profile_saved ๐Ÿ”’
session_end_confirm ๐Ÿ”’
session_end_execute ๐Ÿ”’
session_list ๐Ÿ”’
session_view ๐Ÿ”’

Structsยง

AccountCallbackParams ๐Ÿ”’
AccountQueryParams ๐Ÿ”’

Staticsยง

ACCOUNT_CACHE_CONTROL ๐Ÿ”’
Cache-control header value.
ACCOUNT_CSP ๐Ÿ”’
CSP for account-management HTML pages. The global CSP has form-action 'none' and sandbox (which both block form submission). SetResponseHeaderLayer::if_not_present means our header takes precedence. Styles are served from /_tuwunel/oidc/account.css so style-src 'self' suffices.
ACCOUNT_CSS ๐Ÿ”’
Shared stylesheet served at /_tuwunel/oidc/account.css.
ACCOUNT_HEAD ๐Ÿ”’
ACCOUNT_JS ๐Ÿ”’
Raw JS served at /_tuwunel/oidc/account.js. Referenced via <script src> for CSP compatibility.
ACCOUNT_JS_INCLUDE ๐Ÿ”’
ACCOUNT_MANAGEMENT_ACTIONS_SUPPORTED ๐Ÿ”’

Functionsยง

account_css_route ๐Ÿ”’
account_error_page ๐Ÿ”’
account_error_response ๐Ÿ”’
account_html_response ๐Ÿ”’
account_js_route ๐Ÿ”’
account_management_idp_id ๐Ÿ”’
account_redirect_response ๐Ÿ”’
account_sso_redirect ๐Ÿ”’
consume_login_token ๐Ÿ”’
Consume a login token (single-use authentication).
get_account_callback_route ๐Ÿ”’
get_account_route ๐Ÿ”’
handle_account_callback ๐Ÿ”’
peek_login_token ๐Ÿ”’
Verify a login token without consuming it. Used by GET handlers that embed the token in a POST confirmation form. The token is consumed later when the form is submitted.
post_account_callback_route ๐Ÿ”’
ts_cell ๐Ÿ”’
validate_account_action ๐Ÿ”’