Skip to content

Commit

Permalink
fix: add type definitions for new providers
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Aug 23, 2023
1 parent 0cf22c2 commit e033cee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gotrue/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
"bitbucket",
"discord",
"facebook",
"figma",
"github",
"gitlab",
"google",
"kakao",
"keycloak",
"linkedin",
"notion",
Expand All @@ -36,6 +38,7 @@
"twitch",
"twitter",
"workos",
"zoom"
]

AuthChangeEventMFA = Literal["MFA_CHALLENGE_VERIFIED"]
Expand Down

0 comments on commit e033cee

Please sign in to comment.