8000 [Security] Document the new remember me system by wouterj · Pull Request #16376 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Security] Document the new remember me system #16376

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 3 commits into from
Jan 19, 2022

Conversation

wouterj
Copy link
Member
@wouterj wouterj commented Jan 7, 2022

Fixes #15721, fixes #16149
Replaces #15464, replaces #15893
Ref #15908

In Symfony 5.3, along with the new authentication system, we also somewhat silently introduced a new remember me system. Time to update the remember me docs with all new features :)

This PR also includes 2 commits from open PRs in this repository. We've been very late with this one, and community members have already invested time in contributing necessary changes to the docs before. They deserve the credits :)

@javiereguiluz I'm sorry for not informing you of this work before, I see you just merged a third PR that is replaced by this one.

caliendojulien and others added 2 commits January 7, 2022 17:54
Add some line to the Authenticator to add a RememberMeBadge to the Passport returned
I had to search a while for myself not understanding why I did not have a REMEMBERME cookie when I activated the new system. So maybe handy to add it.
@carsonbot carsonbot added this to the 5.3 milestone Jan 7, 2022
@wouterj wouterj linked an issue Jan 7, 2022 that may be closed by this pull request
@wouterj wouterj force-pushed the issue-15721/remember-me branch 2 times, most recently from 79a417f to c2b7040 Compare January 7, 2022 17:05
@wouterj wouterj force-pushed the issue-15721/remember-me branch from c2b7040 to 5ac2d26 Compare January 14, 2022 22:06
@wouterj
Copy link
Member Author
wouterj commented Jan 14, 2022

Thanks for the detailed review @gnito-org

After logging in, you can use the security profiler to see if this badge is
present:

.. image:: /_images/security/profiler-badges.png
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add an alt attribute to improve accessibility?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. image:: /_images/security/profiler-badges.png
.. image:: /_images/security/profiler-badges.png
:alt: A RememberMeBadge dumped in the security profiler passport column

@javiereguiluz
Copy link
Member

Wouter, thanks a lot for your continuous work on Symfony Docs, especially in security-related docs 🙏

If you agree, I'll let you merge this one because you'll deal with upmerge conflicts better than I'll do. Thanks!

@wouterj wouterj merged commit 01e7e55 into symfony:5.3 Jan 19, 2022
@wouterj
Copy link
Member Author
wouterj commented Jan 19, 2022

Thanks for the review, @javiereguiluz !

@wouterj wouterj deleted the issue-15721/remember-me branch January 19, 2022 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RememberMeBadge in remember Me Functionality
7 participants
0