create-caspian-app 0.2.0-beta.80 → 0.2.0-beta.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -34,7 +34,7 @@ def build_auth_settings() -> AuthSettings:
|
|
|
34
34
|
is_role_based=False,
|
|
35
35
|
role_identifier="role",
|
|
36
36
|
|
|
37
|
-
# IMPORTANT: your current casp.auth expects
|
|
37
|
+
# IMPORTANT: your current casp.auth expects ROUTE/PATTERN -> [ROLES]
|
|
38
38
|
# Example (when enabled):
|
|
39
39
|
# role_based_routes={
|
|
40
40
|
# "/report": ["admin"],
|