Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
0f7a881 tob7e917dCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
OskarStark commentedSep 21, 2022
friendly ping@chalasr for a review |
chalasr left a comment
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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
OskarStark commentedSep 21, 2022
Thank you Robin! |
bdf6b93 to062f9a4Comparejohnkrovitch commentedSep 21, 2022
Thank you very much for your reviews. Changes have been made. |
062f9a4 to64c9c4dCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
cd28724 to0fb878bCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
2ae3b43 tob63ccf7Comparewouterj commentedOct 1, 2022
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 mergingsymfony/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 namespaceThis PR fix the new `Security` helper namespace change introduced by this PR:symfony/symfony#47760(itself followingsymfony#17284)Targeting 6.2 because the Security Helper class did not exists there beforeCommits-------f1467e7 Fix the Security\Helper namespace
Add documentation for programmatic login
Fixes#16940