Skip to content

Commit

Permalink
chore: add missing oauth providers
Browse files Browse the repository at this point in the history
  • Loading branch information
gllm-dev committed Oct 11, 2024
1 parent a1a406f commit 940454e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/enums/OpenfortOAuthProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ export enum OpenfortOAuthProvider {
PLAYFAB = "playfab",
CUSTOM = "custom",
OIDC = "oidc",
}
GOOGLE = "google",
TWITTER = "twitter",
FACEBOOK = "facebook",
DISCORD = "discord",
EPIC_GAMES = "epic_games",
TELEGRAM = "telegram",
}

0 comments on commit 940454e

Please sign in to comment.