Version 1
[yaffs-website] / web / core / modules / rest / tests / modules / rest_test / rest_test.services.yml
diff --git a/web/core/modules/rest/tests/modules/rest_test/rest_test.services.yml b/web/core/modules/rest/tests/modules/rest_test/rest_test.services.yml
new file mode 100644 (file)
index 0000000..ccdbeae
--- /dev/null
@@ -0,0 +1,9 @@
+services:
+  rest_test.authentication.test_auth:
+    class: Drupal\rest_test\Authentication\Provider\TestAuth
+    tags:
+      - { name: authentication_provider, provider_id: 'rest_test_auth' }
+  rest_test.authentication.test_auth_global:
+    class: Drupal\rest_test\Authentication\Provider\TestAuthGlobal
+    tags:
+      - { name: authentication_provider, provider_id: 'rest_test_auth_global', global: TRUE }