We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3555e8a commit d306496Copy full SHA for d306496
descope/common.py
@@ -1,7 +1,6 @@
1
from enum import Enum
2
3
-DEFAULT_BASE_URL = "https://descope.com" # "http://127.0.0.1:8191"
4
-DEFAULT_FETCH_PUBLIC_KEY_URI = "http://127.0.0.1:8152"
+DEFAULT_BASE_URL = "https://api.descope.com"
5
6
PHONE_REGEX = """^(?:(?:\\(?(?:00|\\+)([1-4]\\d\\d|[1-9]\\d?)\\)?)?[\\-\\.\\ \\\\/]?)?((?:\\(?\\d{1,}\\)?[\\-\\.\\ \\\\/]?){0,})(?:[\\-\\.\\ \\\\/]?(?:#|ext\\.?|extension|x)[\\-\\.\\ \\\\/]?(\\d+))?$"""
7
0 commit comments