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 5394265 commit 7521b14Copy full SHA for 7521b14
time_tracker_api/security.py
@@ -29,8 +29,6 @@
29
30
iss_claim_pattern = re.compile(r"(.*).b2clogin.com/(?P<tenant_id>%s)" % UUID_REGEX)
31
32
-default_role = frozenset({"client-role"})
33
-
34
roles = {
35
"admin": {"name": "time-tracker-admin"},
36
"client": {"name": "client-role"}
0 commit comments