Skip to content

Commit

Permalink
adding dev-v0.15.1 tag to this commit to ensure building
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Aug 22, 2023
1 parent 2f3fd4c commit 5814a00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion html/supertokens_python/constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
from __future__ import annotations

SUPPORTED_CDI_VERSIONS = [&#34;3.0&#34;]
VERSION = &#34;0.15.0&#34;
VERSION = &#34;0.15.1&#34;
TELEMETRY = &#34;/telemetry&#34;
USER_COUNT = &#34;/users/count&#34;
USER_DELETE = &#34;/user/remove&#34;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdpartypasswordless.
)


def passwordlessSigninup(
def passwordless_signinup(
tenant_id: str,
email: Union[str, None],
phone_number: Union[str, None],
Expand Down Expand Up @@ -655,16 +655,16 @@ <h2 class="section-title" id="header-functions">Functions</h2>
)</code></pre>
</details>
</dd>
<dt id="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordlessSigninup"><code class="name flex">
<span>def <span class="ident">passwordlessSigninup</span></span>(<span>tenant_id: str, email: Optional[str], phone_number: Optional[str], user_context: Optional[Dict[str, Any]] = None) ‑> <a title="supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult" href="../interfaces.html#supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult">ConsumeCodeOkResult</a></span>
<dt id="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordless_signinup"><code class="name flex">
<span>def <span class="ident">passwordless_signinup</span></span>(<span>tenant_id: str, email: Optional[str], phone_number: Optional[str], user_context: Optional[Dict[str, Any]] = None) ‑> <a title="supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult" href="../interfaces.html#supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult">ConsumeCodeOkResult</a></span>
</code></dt>
<dd>
<div class="desc"></div>
<details class="source">
<summary>
<span>Expand source code</span>
</summary>
<pre><code class="python">def passwordlessSigninup(
<pre><code class="python">def passwordless_signinup(
tenant_id: str,
email: Union[str, None],
phone_number: Union[str, None],
Expand Down Expand Up @@ -865,7 +865,7 @@ <h2>Index</h2>
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_email" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_email">list_codes_by_email</a></code></li>
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_phone_number" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_phone_number">list_codes_by_phone_number</a></code></li>
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_pre_auth_session_id" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_pre_auth_session_id">list_codes_by_pre_auth_session_id</a></code></li>
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordlessSigninup" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.passwordlessSigninup">passwordlessSigninup</a></code></li>
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordless_signinup" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.passwordless_signinup">passwordless_signinup</a></code></li>
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_all_codes" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_all_codes">revoke_all_codes</a></code></li>
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_code" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_code">revoke_code</a></code></li>
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.send_email" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.send_email">send_email</a></code></li>
Expand Down

0 comments on commit 5814a00

Please sign in to comment.