Skip to content

Update components marked experimental #18706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions frontend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ fast frontend, *and* enjoy the process:
things like JSX (React), Vue or TypeScript.

* :ref:`AssetMapper <frontend-asset-mapper>`, 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 </contributing/code/experimental>`
Stable? yes yes
Requirements Node.js none: pure PHP
Requires a build step? yes no
Works in all browsers? yes yes
Expand Down Expand Up @@ -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 </contributing/code/experimental>`.

:doc:`Read the AssetMapper Documentation </frontend/asset_mapper>`

Expand Down
4 changes: 0 additions & 4 deletions security/access_token.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down