jmikola / JmikolaAutoLoginBundle

Authenticate users in your Symfony app via a single query parameter (e.g. email and newsletter links).
MIT License
84 stars 16 forks source link

Support security.token_storage service in Symfony 2.6+ #12

Closed jmikola closed 9 years ago

jmikola commented 9 years ago

Supersedes #11 and supports jmikola/AutoLogin#13.

jmikola commented 9 years ago

@Reflex14: Can you confirm if this PR works for you? Conditionally creating the reference based on the new interface existing in Symfony 2.6+ seemed preferable to registering a compiler pass. This is comparable to what is being done in FriendsOfSymfony/FOSUserBundle#1828.

Reflex14 commented 9 years ago

@jmikola : It all works! Thanks.

jmikola commented 9 years ago

Released: https://github.com/jmikola/JmikolaAutoLoginBundle/releases/tag/v1.1.1