Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  [AssetMapper] Removing orphaned footnote [2]
  [AssetMapper] Adding updater to comparison table
  doc: added a disambiguation on what the identifier is
  • Loading branch information
javiereguiluz committed Mar 26, 2024
2 parents 93ac608 + 4d326a0 commit 649e16c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Supports TypeScript :ref:`yes <asset-mapper-ts>` yes
Removes comments from JavaScript no yes
Removes comments from CSS no no
Versioned assets always optional
Can update 3rd party packages yes no :ref:`[2] <ux-note-2>`
================================ ================================== ==========

.. _ux-note-1:
Expand All @@ -46,6 +47,10 @@ need to use their native tools for pre-compilation. Also, some features (like
Vue single-file components) cannot be compiled down to pure JavaScript that can
be executed by a browser.

.. _ux-note-2:

**[2]** If you use ``npm``, there are update checkers available (e.g. ``npm-check``).

.. _frontend-asset-mapper:

AssetMapper (Recommended)
Expand Down
2 changes: 2 additions & 0 deletions security/access_token.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ This handler must implement
}

// and return a UserBadge object containing the user identifier from the found token
// (this is the same identifier used in Security configuration; it can be an email,
// a UUUID, a username, a database ID, etc.)
return new UserBadge($accessToken->getUserId());
}
}
Expand Down

0 comments on commit 649e16c

Please sign in to comment.