diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f7d74ee..a705f1c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,8 +4,9 @@
-
-
+
+
+
@@ -31,7 +32,7 @@
@@ -211,7 +212,7 @@
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
"RunOnceActivity.git.unshallow": "true",
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
- "git-widget-placeholder": "feat/202-connexion-utilisateur",
+ "git-widget-placeholder": "develop",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
@@ -258,6 +259,7 @@
+
@@ -339,7 +341,15 @@
1768832208350
-
+
+
+ 1768832516587
+
+
+
+ 1768832516587
+
+
@@ -351,6 +361,11 @@
+
+
+
+
@@ -371,7 +386,7 @@
-
+
@@ -396,7 +411,8 @@
-
+
+
diff --git a/config/packages/security.yaml b/config/packages/security.yaml
index 4db6922..ca4b7b5 100644
--- a/config/packages/security.yaml
+++ b/config/packages/security.yaml
@@ -49,6 +49,7 @@ security:
access_control:
- { path: ^/login_check, roles: PUBLIC_ACCESS }
- { path: ^/users, roles: PUBLIC_ACCESS, methods: [GET] }
+ - { path: ^/(api/)?docs, roles: PUBLIC_ACCESS }
- { path: ^/, roles: IS_AUTHENTICATED_FULLY }
when@test: