Skip to content

Commit 1a251e9

Browse files
committed
adding dev-v0.12.4 tag to this commit to ensure building
1 parent 1642bcb commit 1a251e9

File tree

8 files changed

+798
-2
lines changed

8 files changed

+798
-2
lines changed

html/supertokens_python/constants.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
5050
&#34;2.16&#34;,
5151
&#34;2.17&#34;,
5252
&#34;2.18&#34;,
53+
&#34;2.19&#34;,
5354
]
54-
VERSION = &#34;0.12.3&#34;
55+
VERSION = &#34;0.12.4&#34;
5556
TELEMETRY = &#34;/telemetry&#34;
5657
USER_COUNT = &#34;/users/count&#34;
5758
USER_DELETE = &#34;/user/remove&#34;

html/supertokens_python/recipe/thirdparty/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdparty</code></h1>
5757
Github = providers.Github
5858
Google = providers.Google
5959
GoogleWorkspaces = providers.GoogleWorkspaces
60+
Bitbucket = providers.Bitbucket
61+
GitLab = providers.GitLab
6062
exceptions = ex
6163

6264
if TYPE_CHECKING:

html/supertokens_python/recipe/thirdparty/provider.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,11 @@ <h3>Ancestors</h3>
145145
<h3>Subclasses</h3>
146146
<ul class="hlist">
147147
<li><a title="supertokens_python.recipe.thirdparty.providers.apple.Apple" href="providers/apple.html#supertokens_python.recipe.thirdparty.providers.apple.Apple">Apple</a></li>
148+
<li><a title="supertokens_python.recipe.thirdparty.providers.bitbucket.Bitbucket" href="providers/bitbucket.html#supertokens_python.recipe.thirdparty.providers.bitbucket.Bitbucket">Bitbucket</a></li>
148149
<li><a title="supertokens_python.recipe.thirdparty.providers.discord.Discord" href="providers/discord.html#supertokens_python.recipe.thirdparty.providers.discord.Discord">Discord</a></li>
149150
<li><a title="supertokens_python.recipe.thirdparty.providers.facebook.Facebook" href="providers/facebook.html#supertokens_python.recipe.thirdparty.providers.facebook.Facebook">Facebook</a></li>
150151
<li><a title="supertokens_python.recipe.thirdparty.providers.github.Github" href="providers/github.html#supertokens_python.recipe.thirdparty.providers.github.Github">Github</a></li>
152+
<li><a title="supertokens_python.recipe.thirdparty.providers.gitlab.GitLab" href="providers/gitlab.html#supertokens_python.recipe.thirdparty.providers.gitlab.GitLab">GitLab</a></li>
151153
<li><a title="supertokens_python.recipe.thirdparty.providers.google.Google" href="providers/google.html#supertokens_python.recipe.thirdparty.providers.google.Google">Google</a></li>
152154
<li><a title="supertokens_python.recipe.thirdparty.providers.google_workspaces.GoogleWorkspaces" href="providers/google_workspaces.html#supertokens_python.recipe.thirdparty.providers.google_workspaces.GoogleWorkspaces">GoogleWorkspaces</a></li>
153155
</ul>

html/supertokens_python/recipe/thirdparty/providers/bitbucket.html

Lines changed: 403 additions & 0 deletions
Large diffs are not rendered by default.

html/supertokens_python/recipe/thirdparty/providers/gitlab.html

Lines changed: 372 additions & 0 deletions
Large diffs are not rendered by default.

html/supertokens_python/recipe/thirdparty/providers/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdparty.providers</c
4444
from .facebook import Facebook # type: ignore
4545
from .github import Github # type: ignore
4646
from .google import Google # type: ignore
47-
from .google_workspaces import GoogleWorkspaces # type: ignore</code></pre>
47+
from .google_workspaces import GoogleWorkspaces # type: ignore
48+
from .bitbucket import Bitbucket # type: ignore
49+
from .gitlab import GitLab # type: ignore</code></pre>
4850
</details>
4951
</section>
5052
<section>
@@ -54,6 +56,10 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
5456
<dd>
5557
<div class="desc"></div>
5658
</dd>
59+
<dt><code class="name"><a title="supertokens_python.recipe.thirdparty.providers.bitbucket" href="bitbucket.html">supertokens_python.recipe.thirdparty.providers.bitbucket</a></code></dt>
60+
<dd>
61+
<div class="desc"></div>
62+
</dd>
5763
<dt><code class="name"><a title="supertokens_python.recipe.thirdparty.providers.discord" href="discord.html">supertokens_python.recipe.thirdparty.providers.discord</a></code></dt>
5864
<dd>
5965
<div class="desc"></div>
@@ -66,6 +72,10 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
6672
<dd>
6773
<div class="desc"></div>
6874
</dd>
75+
<dt><code class="name"><a title="supertokens_python.recipe.thirdparty.providers.gitlab" href="gitlab.html">supertokens_python.recipe.thirdparty.providers.gitlab</a></code></dt>
76+
<dd>
77+
<div class="desc"></div>
78+
</dd>
6979
<dt><code class="name"><a title="supertokens_python.recipe.thirdparty.providers.google" href="google.html">supertokens_python.recipe.thirdparty.providers.google</a></code></dt>
7080
<dd>
7181
<div class="desc"></div>
@@ -101,9 +111,11 @@ <h2>Index</h2>
101111
<li><h3><a href="#header-submodules">Sub-modules</a></h3>
102112
<ul>
103113
<li><code><a title="supertokens_python.recipe.thirdparty.providers.apple" href="apple.html">supertokens_python.recipe.thirdparty.providers.apple</a></code></li>
114+
<li><code><a title="supertokens_python.recipe.thirdparty.providers.bitbucket" href="bitbucket.html">supertokens_python.recipe.thirdparty.providers.bitbucket</a></code></li>
104115
<li><code><a title="supertokens_python.recipe.thirdparty.providers.discord" href="discord.html">supertokens_python.recipe.thirdparty.providers.discord</a></code></li>
105116
<li><code><a title="supertokens_python.recipe.thirdparty.providers.facebook" href="facebook.html">supertokens_python.recipe.thirdparty.providers.facebook</a></code></li>
106117
<li><code><a title="supertokens_python.recipe.thirdparty.providers.github" href="github.html">supertokens_python.recipe.thirdparty.providers.github</a></code></li>
118+
<li><code><a title="supertokens_python.recipe.thirdparty.providers.gitlab" href="gitlab.html">supertokens_python.recipe.thirdparty.providers.gitlab</a></code></li>
107119
<li><code><a title="supertokens_python.recipe.thirdparty.providers.google" href="google.html">supertokens_python.recipe.thirdparty.providers.google</a></code></li>
108120
<li><code><a title="supertokens_python.recipe.thirdparty.providers.google_workspaces" href="google_workspaces.html">supertokens_python.recipe.thirdparty.providers.google_workspaces</a></code></li>
109121
<li><code><a title="supertokens_python.recipe.thirdparty.providers.okta" href="okta.html">supertokens_python.recipe.thirdparty.providers.okta</a></code></li>

html/supertokens_python/recipe/thirdpartyemailpassword/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdpartyemailpassword
6363
Github = thirdparty.Github
6464
Google = thirdparty.Google
6565
GoogleWorkspaces = thirdparty.GoogleWorkspaces
66+
Bitbucket = thirdparty.Bitbucket
67+
GitLab = thirdparty.GitLab
6668
SMTPService = emaildelivery_services.SMTPService
6769

6870
if TYPE_CHECKING:

html/supertokens_python/recipe/thirdpartypasswordless/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdpartypasswordless<
6666
Github = thirdparty.Github
6767
Google = thirdparty.Google
6868
GoogleWorkspaces = thirdparty.GoogleWorkspaces
69+
Bitbucket = thirdparty.Bitbucket
70+
GitLab = thirdparty.GitLab
6971
ContactPhoneOnlyConfig = passwordless.ContactPhoneOnlyConfig
7072
ContactEmailOnlyConfig = passwordless.ContactEmailOnlyConfig
7173
ContactEmailOrPhoneConfig = passwordless.ContactEmailOrPhoneConfig

0 commit comments

Comments
 (0)