Skip to content

Commit eb66ce5

Browse files
committed
PR fixes
1 parent c30b2cb commit eb66ce5

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

descope/auth.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import re
55
from threading import Lock
66
from typing import Tuple
7-
from wsgiref import headers
87

98
import jwt
109
import requests
@@ -673,7 +672,6 @@ def oauth_start(self, provider: str) -> str:
673672
)
674673

675674
uri = f"{DEFAULT_BASE_URI}{EndpointsV1.oauthStart}"
676-
print(f"muaaa {headers}")
677675
response = requests.get(
678676
uri,
679677
headers=self._get_default_headers(),

descope/common.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ class DeliveryMethod(Enum):
3030
EMAIL = 3
3131

3232

33-
# class OAuthProviders():
34-
# OAuthFacebook = "facebook"
35-
# OAuthGithub = "github"
36-
# OAuthGoogle = "google"
37-
# OAuthMicrosoft = "microsoft"
38-
# OAuthGitlab = "gitlab"
39-
# OAuthApple = "apple"
4033
OAuthProviders = ["facebook", "github", "google", "microsoft", "gitlab", "apple"]
4134

4235

0 commit comments

Comments
 (0)