Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit e033cee

Browse files
fix: add type definitions for new providers
1 parent 0cf22c2 commit e033cee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gotrue/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
"bitbucket",
2626
"discord",
2727
"facebook",
28+
"figma",
2829
"github",
2930
"gitlab",
3031
"google",
32+
"kakao",
3133
"keycloak",
3234
"linkedin",
3335
"notion",
@@ -36,6 +38,7 @@
3638
"twitch",
3739
"twitter",
3840
"workos",
41+
"zoom"
3942
]
4043

4144
AuthChangeEventMFA = Literal["MFA_CHALLENGE_VERIFIED"]

0 commit comments

Comments
 (0)