Skip to content

Commit 92bf3c0

Browse files
committed
adding dev-v0.23.1 tag to this commit to ensure building
1 parent 534d345 commit 92bf3c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

html/supertokens_python/constants.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
4242
from __future__ import annotations
4343

4444
SUPPORTED_CDI_VERSIONS = [&#34;3.0&#34;]
45-
VERSION = &#34;0.23.0&#34;
45+
VERSION = &#34;0.23.1&#34;
4646
TELEMETRY = &#34;/telemetry&#34;
4747
USER_COUNT = &#34;/users/count&#34;
4848
USER_DELETE = &#34;/user/remove&#34;

html/supertokens_python/recipe/session/session_request_functions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ <h1 class="title">Module <code>supertokens_python.recipe.session.session_request
467467

468468
return raise_unauthorised_exception(
469469
&#34;Refresh token not found. Are you sending the refresh token in the request?&#34;,
470-
clear_tokens=False,
470+
clear_tokens=True,
471471
response_mutators=response_mutators,
472472
)
473473

@@ -488,7 +488,7 @@ <h1 class="title">Module <code>supertokens_python.recipe.session.session_request
488488
# see https://github.com/supertokens/supertokens-node/issues/141
489489
raise_unauthorised_exception(
490490
&#34;anti-csrf check failed. Please pass &#39;rid: \&#34;session\&#34;&#39; header in the request.&#34;,
491-
clear_tokens=False,
491+
clear_tokens=True,
492492
)
493493
disable_anti_csrf = True
494494

@@ -957,7 +957,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
957957

958958
return raise_unauthorised_exception(
959959
&#34;Refresh token not found. Are you sending the refresh token in the request?&#34;,
960-
clear_tokens=False,
960+
clear_tokens=True,
961961
response_mutators=response_mutators,
962962
)
963963

@@ -978,7 +978,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
978978
# see https://github.com/supertokens/supertokens-node/issues/141
979979
raise_unauthorised_exception(
980980
&#34;anti-csrf check failed. Please pass &#39;rid: \&#34;session\&#34;&#39; header in the request.&#34;,
981-
clear_tokens=False,
981+
clear_tokens=True,
982982
)
983983
disable_anti_csrf = True
984984

0 commit comments

Comments
 (0)