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 335982c commit 2b4a0edCopy full SHA for 2b4a0ed
.vscode/settings.json
@@ -7,9 +7,4 @@
7
"mypy-type-checker.importStrategy": "fromEnvironment",
8
"isort.importStrategy": "fromEnvironment",
9
"black-formatter.importStrategy": "fromEnvironment",
10
- "workbench.colorCustomizations": {
11
- "activityBar.background": "#4D1C3B",
12
- "titleBar.activeBackground": "#6B2752",
13
- "titleBar.activeForeground": "#FDF8FB"
14
- },
15
}
descope/auth.py
@@ -531,7 +531,7 @@ def _generate_auth_info(
531
def generate_jwt_response(
532
self,
533
response_body: dict,
534
- refresh_cookie: str,
+ refresh_cookie: str | None,
535
audience: str | None | Iterable[str] = None,
536
) -> dict:
537
jwt_response = self._generate_auth_info(
0 commit comments