-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Security] Add documentation for programmatic login #17284
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
Conversation
0f7a881
to
b7e917d
Compare
friendly ping @chalasr for a review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The content looks good to me, the feature is well covered. I think this needs some rephrasing/reorganization though
Thank you Robin! |
bdf6b93
to
062f9a4
Compare
Thank you very much for your reviews. Changes have been made. |
062f9a4
to
64c9c4d
Compare
cd28724
to
0fb878b
Compare
2ae3b43
to
b63ccf7
Compare
Thank you @johnkrovitch! I've edited your changes a bit, mostly reducing the information of more advanced usages down to a single code example. Very cool to finally have this feature in Symfony :) |
…le (wouterj) This PR was merged into the 6.2 branch. Discussion ---------- Move the new Security helper to the root of SecurityBundle | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - While merging symfony/symfony-docs#17284 , I found this rather repeating FQCN: `...\SecurityBundle\Security\Security`. Security is important, but let's move the class (also introduced in 6.2) one level up to make the FQCN not unnecessarily long. Commits ------- 472544e Move the new Security helper to the root of SecurityBundle
…lper namespace (smnandre) This PR was merged into the 6.2 branch. Discussion ---------- [Security] Fix the SecurityBundle\Security.php helper namespace This PR fix the new `Security` helper namespace change introduced by this PR: symfony/symfony#47760 (itself following symfony#17284) Targeting 6.2 because the Security Helper class did not exists there before Commits ------- f1467e7 Fix the Security\Helper namespace
Add documentation for programmatic login
Fixes #16940