Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix constructor AbstractPreAuthenticatedListener#74

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

Closed
klaasn wants to merge1 commit intosymfony:masterfromklaasn:master

Conversation

@klaasn
Copy link

AbstractPreAuthenticatedListener is only used in X509AuthenticationListener but there the constructor is overwritten.

It is a different from the constructor in
src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php

This change gives the two listeners the same footprint.

…ractAuthenticationListener and make it compatible with caller in PreAuthenticatedAuthenticationProvider
@schmittjoh
Copy link
Contributor

Pre-authentication is fundamentally different from regular authentication. What is the benefit of this?

@klaasn
Copy link
Author

it allows me to define the service easily

CookieSecurityBundle\Security\CookieFactory

and

class CookieProvider extends PreAuthenticatedAuthenticationProvider {}

@klaasn
Copy link
Author

sorry, that made little sense. I meant to say that the service definition of the listener becomes the same for both.

<service           public="false">  <argument type="service"/>  <argument type="service" />  <argument /> <!-- Provider-shared Key -->  <argument type="service" /></service>

@schmittjoh
Copy link
Contributor

I still don't see why we need this, I'll close this pull request.

SofHad pushed a commit to SofHad/symfony that referenced this pull requestOct 12, 2015
…bw, javiereguiluz)This PR was merged into the master branch.Discussion----------Add check.php file for access from webThis PR takes the work made by@bocharsky-bw insymfony#74 and applies the look-and-feel of the Symfony Demo application to better integrate it.### No errors - Before![before_ok](https://cloud.githubusercontent.com/assets/73419/8523007/1b62e224-23f3-11e5-9efc-3ba6bd874545.png)### No errors - After![after-ok](https://cloud.githubusercontent.com/assets/73419/8522991/147879d8-23f3-11e5-8158-006744863e24.png)### Errors - Before![before-ko](https://cloud.githubusercontent.com/assets/73419/8523014/22518c66-23f3-11e5-9059-c4ad9941617b.png)### Errors - After![after-ko](https://cloud.githubusercontent.com/assets/73419/8523017/2a22993a-23f3-11e5-89d0-18c2ced9ddc4.png)Commits-------d88ef7b Added a note about in the README about the new requirements checked6972191 Minor change to allow sub-directory installation2295159 Add check.php file for access from web2128178 Add check.php file for access from web
jderusse pushed a commit to jderusse/symfony that referenced this pull requestMar 30, 2020
chalasr pushed a commit to chalasr/symfony that referenced this pull requestSep 24, 2020
* Downgrade PHP requirements to PHP 7.1* Updated appveyor configuration* Addressed comments
This pull request wasclosed.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@klaasn@schmittjoh

[8]ページ先頭

©2009-2025 Movatter.jp