@@ -44,7 +44,9 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdparty.providers</c
44
44
from .facebook import Facebook # type: ignore
45
45
from .github import Github # type: ignore
46
46
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 >
48
50
</ details >
49
51
</ section >
50
52
< section >
@@ -54,6 +56,10 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
54
56
< dd >
55
57
< div class ="desc "> </ div >
56
58
</ 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 >
57
63
< dt > < code class ="name "> < a title ="supertokens_python.recipe.thirdparty.providers.discord " href ="discord.html "> supertokens_python.recipe.thirdparty.providers.discord</ a > </ code > </ dt >
58
64
< dd >
59
65
< div class ="desc "> </ div >
@@ -66,6 +72,10 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
66
72
< dd >
67
73
< div class ="desc "> </ div >
68
74
</ 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 >
69
79
< dt > < code class ="name "> < a title ="supertokens_python.recipe.thirdparty.providers.google " href ="google.html "> supertokens_python.recipe.thirdparty.providers.google</ a > </ code > </ dt >
70
80
< dd >
71
81
< div class ="desc "> </ div >
@@ -101,9 +111,11 @@ <h2>Index</h2>
101
111
< li > < h3 > < a href ="#header-submodules "> Sub-modules</ a > </ h3 >
102
112
< ul >
103
113
< 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 >
104
115
< li > < code > < a title ="supertokens_python.recipe.thirdparty.providers.discord " href ="discord.html "> supertokens_python.recipe.thirdparty.providers.discord</ a > </ code > </ li >
105
116
< li > < code > < a title ="supertokens_python.recipe.thirdparty.providers.facebook " href ="facebook.html "> supertokens_python.recipe.thirdparty.providers.facebook</ a > </ code > </ li >
106
117
< 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 >
107
119
< li > < code > < a title ="supertokens_python.recipe.thirdparty.providers.google " href ="google.html "> supertokens_python.recipe.thirdparty.providers.google</ a > </ code > </ li >
108
120
< 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 >
109
121
< 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