You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let base_auth_url = "https://discord.com/oauth2/authorize?client_id=1357446383497511096&response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2Fauth%2Fcli%2Fdiscord&scope=identify";
97
+
let base_auth_url = "https://discord.com/oauth2/authorize?client_id=1361364685491802243&response_type=code&redirect_uri=https%3A%2F%2Fdiscord-cluster-manager-1f6c4782e60a.herokuapp.com%2Fauth%2Fcli%2Fdiscord&scope=identify";
95
98
format!("{}&state={}", base_auth_url, state_b64)
96
99
}
97
100
"github" => {
98
101
let client_id = "Ov23lieFd2onYk4OnKIR";
99
-
let redirect_uri = "http://localhost:8000/auth/cli/github";
100
-
// URL encode the redirect URI
101
-
let encoded_redirect_uri = urlencoding::encode(redirect_uri);
0 commit comments