From 1304e44b44412897d44167ef322e73ce4d6bd68b Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Sat, 5 Aug 2023 20:07:23 +0200 Subject: [PATCH] Update components marked experimental --- frontend.rst | 5 ++--- security/access_token.rst | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/frontend.rst b/frontend.rst index dc4b97e87c3..446c24cff12 100644 --- a/frontend.rst +++ b/frontend.rst @@ -13,13 +13,13 @@ fast frontend, *and* enjoy the process: things like JSX (React), Vue or TypeScript. * :ref:`AssetMapper `, is a production-ready simpler alternative - to Webpack Encore that runs entirely in PHP. It's currently experimental. + to Webpack Encore that runs entirely in PHP. ================================ ================= ====================================================== Encore AssetMapper ================================ ================= ====================================================== Production Ready? yes yes -Stable? yes :doc:`experimental ` +Stable? yes yes Requirements Node.js none: pure PHP Requires a build step? yes no Works in all browsers? yes yes @@ -121,7 +121,6 @@ AssetMapper AssetMapper is an alternative to Webpack Encore that runs entirely in PHP without any complex build steps. It leverages the ``importmap`` feature of your browser, which is available in all browsers thanks to a polyfill. -AssetMapper is currently :doc:`experimental `. :doc:`Read the AssetMapper Documentation ` diff --git a/security/access_token.rst b/security/access_token.rst index 922e6906f58..b689949c71a 100644 --- a/security/access_token.rst +++ b/security/access_token.rst @@ -349,10 +349,6 @@ authentication layer on top of the OAuth 2.0 authorization framework. It allows to verify the identity of an end user based on the authentication performed by an authorization server. -.. caution:: - - This feature is experimental and could change or be removed at any time without prior notice. - 1) Configure the OidcUserInfoTokenHandler ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~