File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
html/supertokens_python/recipe/session Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ <h1 class="title">Module <code>supertokens_python.recipe.session.session_request
200200 else None,
201201 anti_csrf_token=anti_csrf_token,
202202 anti_csrf_check=do_anti_csrf_check,
203+ session_required=session_required,
203204 check_database=check_database,
204205 override_global_claim_validators=override_global_claim_validators,
205206 user_context=user_context,
@@ -706,6 +707,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
706707 else None,
707708 anti_csrf_token=anti_csrf_token,
708709 anti_csrf_check=do_anti_csrf_check,
710+ session_required=session_required,
709711 check_database=check_database,
710712 override_global_claim_validators=override_global_claim_validators,
711713 user_context=user_context,
You can’t perform that action at this time.
0 commit comments