Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions descope/common.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from enum import Enum

DEFAULT_BASE_URI = "http://localhost:8191"
DEFAULT_FETCH_PUBLIC_KEY_URI = "http://localhost:8152" # will use the same base uri as above once gateway will be available
DEFAULT_BASE_URI = "http://localhost:8443"
DEFAULT_FETCH_PUBLIC_KEY_URI = "http://localhost:8443" # will use the same base uri as above once gateway will be available

PHONE_REGEX = """^(?:(?:\\(?(?:00|\\+)([1-4]\\d\\d|[1-9]\\d?)\\)?)?[\\-\\.\\ \\\\/]?)?((?:\\(?\\d{1,}\\)?[\\-\\.\\ \\\\/]?){0,})(?:[\\-\\.\\ \\\\/]?(?:#|ext\\.?|extension|x)[\\-\\.\\ \\\\/]?(\\d+))?$"""

Expand Down