File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
web/profiles/custom/os2loop/modules/os2loop_cura_login Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ os2loop_cura_login.start:
55 _controller : ' \Drupal\os2loop_cura_login\Controller\Os2loopCuraLoginController::start'
66 methods : [GET, POST]
77 requirements :
8- _role : " anonymous"
8+ _user_is_logged_in : " FALSE"
9+ options :
10+ no_cache : TRUE
911
1012os2loop_cura_login.start_get_jwt :
1113 path : " /os2loop-cura-login/start/{jwt}"
@@ -14,7 +16,9 @@ os2loop_cura_login.start_get_jwt:
1416 _controller : ' \Drupal\os2loop_cura_login\Controller\Os2loopCuraLoginController::start'
1517 methods : [GET]
1618 requirements :
17- _role : " anonymous"
19+ _user_is_logged_in : " FALSE"
20+ options :
21+ no_cache : TRUE
1822
1923os2loop_cura_login.authenticate :
2024 path : " /os2loop-cura-login/authenticate/{jwt}"
@@ -23,7 +27,9 @@ os2loop_cura_login.authenticate:
2327 _controller : ' \Drupal\os2loop_cura_login\Controller\Os2loopCuraLoginController::authenticate'
2428 methods : [GET]
2529 requirements :
26- _role : " anonymous"
30+ _user_is_logged_in : " FALSE"
31+ options :
32+ no_cache : TRUE
2733
2834os2loop_cura_login.settings :
2935 path : " /admin/config/os2loop/os2loop_cura_login/settings"
You can’t perform that action at this time.
0 commit comments