Skip to content

Commit 756465e

Browse files
doc: update docs for v0.30.1 tag
1 parent 7034992 commit 756465e

File tree

7 files changed

+1390
-118
lines changed

7 files changed

+1390
-118
lines changed

html/supertokens_python/constants.html

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

4545
SUPPORTED_CDI_VERSIONS = [&#34;5.3&#34;]
46-
VERSION = &#34;0.30.0&#34;
46+
VERSION = &#34;0.30.1&#34;
4747
TELEMETRY = &#34;/telemetry&#34;
4848
USER_COUNT = &#34;/users/count&#34;
4949
USER_DELETE = &#34;/user/remove&#34;

html/supertokens_python/recipe/webauthn/constants.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ <h1 class="title">Module <code>supertokens_python.recipe.webauthn.constants</cod
5454

5555
SIGNUP_EMAIL_EXISTS_API = &#34;/webauthn/email/exists&#34;
5656

57+
REGISTER_CREDENTIAL_API = &#34;/webauthn/credential&#34;
58+
5759
# 60 seconds (60 * 1000ms)
5860
DEFAULT_REGISTER_OPTIONS_TIMEOUT = 60000
5961
DEFAULT_REGISTER_OPTIONS_ATTESTATION = &#34;none&#34;

html/supertokens_python/recipe/webauthn/index.html

Lines changed: 630 additions & 3 deletions
Large diffs are not rendered by default.

html/supertokens_python/recipe/webauthn/interfaces/api.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ <h3>Inherited members</h3>
780780
</details>
781781
<h3>Ancestors</h3>
782782
<ul class="hlist">
783-
<li>supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]</li>
783+
<li><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]">StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]</a></li>
784784
<li><a title="supertokens_python.types.response.StatusReasonResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel">StatusReasonResponseBaseModel</a></li>
785785
<li><a title="supertokens_python.types.response.StatusResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusResponseBaseModel">StatusResponseBaseModel</a></li>
786786
<li><a title="supertokens_python.types.response.CamelCaseBaseModel" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel">CamelCaseBaseModel</a></li>
@@ -823,7 +823,7 @@ <h3>Class variables</h3>
823823
</details>
824824
<h3>Ancestors</h3>
825825
<ul class="hlist">
826-
<li>supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]</li>
826+
<li><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]">StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]</a></li>
827827
<li><a title="supertokens_python.types.response.StatusReasonResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel">StatusReasonResponseBaseModel</a></li>
828828
<li><a title="supertokens_python.types.response.StatusResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusResponseBaseModel">StatusResponseBaseModel</a></li>
829829
<li><a title="supertokens_python.types.response.CamelCaseBaseModel" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel">CamelCaseBaseModel</a></li>
@@ -845,10 +845,10 @@ <h3>Class variables</h3>
845845
</dl>
846846
<h3>Inherited members</h3>
847847
<ul class="hlist">
848-
<li><code><b><a title="supertokens_python.types.response.StatusReasonResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel">StatusReasonResponseBaseModel</a></b></code>:
848+
<li><code><b><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]">StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str]</a></b></code>:
849849
<ul class="hlist">
850-
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel.from_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.from_json">from_json</a></code></li>
851-
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel.to_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.to_json">to_json</a></code></li>
850+
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str].from_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.from_json">from_json</a></code></li>
851+
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['RECOVER_ACCOUNT_NOT_ALLOWED'], str].to_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.to_json">to_json</a></code></li>
852852
</ul>
853853
</li>
854854
</ul>
@@ -967,7 +967,7 @@ <h3>Class variables</h3>
967967
</details>
968968
<h3>Ancestors</h3>
969969
<ul class="hlist">
970-
<li>supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['REGISTER_CREDENTIAL_NOT_ALLOWED'], str]</li>
970+
<li><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['REGISTER_CREDENTIAL_NOT_ALLOWED'], str]" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['REGISTER_CREDENTIAL_NOT_ALLOWED'], str]">StatusReasonResponseBaseModel[Literal['REGISTER_CREDENTIAL_NOT_ALLOWED'], str]</a></li>
971971
<li><a title="supertokens_python.types.response.StatusReasonResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel">StatusReasonResponseBaseModel</a></li>
972972
<li><a title="supertokens_python.types.response.StatusResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusResponseBaseModel">StatusResponseBaseModel</a></li>
973973
<li><a title="supertokens_python.types.response.CamelCaseBaseModel" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel">CamelCaseBaseModel</a></li>
@@ -989,10 +989,10 @@ <h3>Class variables</h3>
989989
</dl>
990990
<h3>Inherited members</h3>
991991
<ul class="hlist">
992-
<li><code><b><a title="supertokens_python.types.response.StatusReasonResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel">StatusReasonResponseBaseModel</a></b></code>:
992+
<li><code><b><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['REGISTER_CREDENTIAL_NOT_ALLOWED'], str]" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['REGISTER_CREDENTIAL_NOT_ALLOWED'], str]">StatusReasonResponseBaseModel[Literal['REGISTER_CREDENTIAL_NOT_ALLOWED'], str]</a></b></code>:
993993
<ul class="hlist">
994-
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel.from_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.from_json">from_json</a></code></li>
995-
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel.to_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.to_json">to_json</a></code></li>
994+
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['REGISTER_CREDENTIAL_NOT_ALLOWED'], str].from_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.from_json">from_json</a></code></li>
995+
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['REGISTER_CREDENTIAL_NOT_ALLOWED'], str].to_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.to_json">to_json</a></code></li>
996996
</ul>
997997
</li>
998998
</ul>
@@ -1212,7 +1212,7 @@ <h3>Inherited members</h3>
12121212
</details>
12131213
<h3>Ancestors</h3>
12141214
<ul class="hlist">
1215-
<li>supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_IN_NOT_ALLOWED'], str]</li>
1215+
<li><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_IN_NOT_ALLOWED'], str]" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_IN_NOT_ALLOWED'], str]">StatusReasonResponseBaseModel[Literal['SIGN_IN_NOT_ALLOWED'], str]</a></li>
12161216
<li><a title="supertokens_python.types.response.StatusReasonResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel">StatusReasonResponseBaseModel</a></li>
12171217
<li><a title="supertokens_python.types.response.StatusResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusResponseBaseModel">StatusResponseBaseModel</a></li>
12181218
<li><a title="supertokens_python.types.response.CamelCaseBaseModel" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel">CamelCaseBaseModel</a></li>
@@ -1234,10 +1234,10 @@ <h3>Class variables</h3>
12341234
</dl>
12351235
<h3>Inherited members</h3>
12361236
<ul class="hlist">
1237-
<li><code><b><a title="supertokens_python.types.response.StatusReasonResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel">StatusReasonResponseBaseModel</a></b></code>:
1237+
<li><code><b><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_IN_NOT_ALLOWED'], str]" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_IN_NOT_ALLOWED'], str]">StatusReasonResponseBaseModel[Literal['SIGN_IN_NOT_ALLOWED'], str]</a></b></code>:
12381238
<ul class="hlist">
1239-
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel.from_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.from_json">from_json</a></code></li>
1240-
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel.to_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.to_json">to_json</a></code></li>
1239+
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_IN_NOT_ALLOWED'], str].from_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.from_json">from_json</a></code></li>
1240+
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_IN_NOT_ALLOWED'], str].to_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.to_json">to_json</a></code></li>
12411241
</ul>
12421242
</li>
12431243
</ul>
@@ -1399,7 +1399,7 @@ <h3>Inherited members</h3>
13991399
</details>
14001400
<h3>Ancestors</h3>
14011401
<ul class="hlist">
1402-
<li>supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_UP_NOT_ALLOWED'], str]</li>
1402+
<li><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_UP_NOT_ALLOWED'], str]" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_UP_NOT_ALLOWED'], str]">StatusReasonResponseBaseModel[Literal['SIGN_UP_NOT_ALLOWED'], str]</a></li>
14031403
<li><a title="supertokens_python.types.response.StatusReasonResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel">StatusReasonResponseBaseModel</a></li>
14041404
<li><a title="supertokens_python.types.response.StatusResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusResponseBaseModel">StatusResponseBaseModel</a></li>
14051405
<li><a title="supertokens_python.types.response.CamelCaseBaseModel" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel">CamelCaseBaseModel</a></li>
@@ -1421,10 +1421,10 @@ <h3>Class variables</h3>
14211421
</dl>
14221422
<h3>Inherited members</h3>
14231423
<ul class="hlist">
1424-
<li><code><b><a title="supertokens_python.types.response.StatusReasonResponseBaseModel" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel">StatusReasonResponseBaseModel</a></b></code>:
1424+
<li><code><b><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_UP_NOT_ALLOWED'], str]" href="../../../types/response.html#supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_UP_NOT_ALLOWED'], str]">StatusReasonResponseBaseModel[Literal['SIGN_UP_NOT_ALLOWED'], str]</a></b></code>:
14251425
<ul class="hlist">
1426-
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel.from_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.from_json">from_json</a></code></li>
1427-
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel.to_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.to_json">to_json</a></code></li>
1426+
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_UP_NOT_ALLOWED'], str].from_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.from_json">from_json</a></code></li>
1427+
<li><code><a title="supertokens_python.types.response.StatusReasonResponseBaseModel[Literal['SIGN_UP_NOT_ALLOWED'], str].to_json" href="../../../types/response.html#supertokens_python.types.response.CamelCaseBaseModel.to_json">to_json</a></code></li>
14281428
</ul>
14291429
</li>
14301430
</ul>

0 commit comments

Comments
 (0)