Skip to content

Commit 1fd5acb

Browse files
committed
adding dev-v0.13.1 tag to this commit to ensure building
1 parent 32edc10 commit 1fd5acb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

html/supertokens_python/recipe/session/session_request_functions.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)