You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Security / Expressions docs the differences between the is_remember_me() expression function and the IS_AUTHENTICATED_REMEMBERED attribute are clearly explained in the infobox.
They also mention that is_fully_authenticated is "Similar, but not equal to IS_AUTHENTICATED_FULLY, see below." but fail to provide such a distinction. Moreover, the explanation for is_fully_authenticated seems to be very similar the one for IS_AUTHENTICATED_FULLY - maybe I am missing some nuances:
Users who are logged in only because of a "remember me cookie" will have IS_AUTHENTICATED_REMEMBERED but will not have IS_AUTHENTICATED_FULLY
If they are identical, we should change the explanation in the Security / Expressions docs to say : "Equal to using IS_AUTHENTICATED_FULLY with the isGranted() function."
If they are not identical, we should explain how are they different.
Thanks!
The text was updated successfully, but these errors were encountered:
In the Security / Expressions docs the differences between the
is_remember_me()
expression function and theIS_AUTHENTICATED_REMEMBERED
attribute are clearly explained in the infobox.They also mention that
is_fully_authenticated
is "Similar, but not equal toIS_AUTHENTICATED_FULLY
, see below." but fail to provide such a distinction. Moreover, the explanation foris_fully_authenticated
seems to be very similar the one forIS_AUTHENTICATED_FULLY
- maybe I am missing some nuances:is_fully_authenticated()
:IS_AUTHENTICATED_FULLY
:If they are identical, we should change the explanation in the Security / Expressions docs to say : "Equal to using IS_AUTHENTICATED_FULLY with the isGranted() function."
If they are not identical, we should explain how are they different.
Thanks!
The text was updated successfully, but these errors were encountered: