Change record status: 
Project: 
Introduced in branch: 
8.2.x
Description: 

As of #2228141: Add authentication support to REST views you can now configure, which authentication mechanism should be used in a REST display in views.

In the configuration this looks like the following (this here adds a basic_auth example):

rest_export:
+    display_plugin: rest_export
+    position: 1
+    display_options:
+      auth:
+        basic_auth: basic_auth

By default we don't change any existing behaviour.

Impacts: 
Site builders, administrators, editors
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done