@@ -44,7 +44,9 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdparty.providers</c
4444from .facebook import Facebook # type: ignore
4545from .github import Github # type: ignore
4646from .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 >
0 commit comments