From d5d01bf38dea8080d5feec0d84d2e4983b3be7fc Mon Sep 17 00:00:00 2001 From: lamdt03 Date: Mon, 12 Jan 2026 11:01:47 +0700 Subject: [PATCH] add list oauth providers --- oauth-providers/oauth-providers.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 oauth-providers/oauth-providers.json diff --git a/oauth-providers/oauth-providers.json b/oauth-providers/oauth-providers.json new file mode 100644 index 0000000..757bad1 --- /dev/null +++ b/oauth-providers/oauth-providers.json @@ -0,0 +1,8 @@ +{ + "google": "accounts.google.com", + "microsoft": "login.microsoftonline.com", + "apple": "appleid.apple.com", + "facebook": "www.facebook.com", + "github": "github.com", + "zalo": "oauth.zaloapp.com" +} \ No newline at end of file