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

add an option that allow the replacement of the authentication by the new token. #8

Closed gauthierl closed 9 years ago

gauthierl commented 11 years ago

See https://github.com/jmikola/AutoLogin/pull/10

jmikola commented 9 years ago

Merged in https://github.com/jmikola/JmikolaAutoLoginBundle/commit/57468665869366e7b5ec4a4bede872fcd2de3b31. I added another commit that moves the option to the security configuration, so it can be configured on a per-listener basis. Also, the parameter is a boolean flag now, as I mentioned in https://github.com/jmikola/AutoLogin/pull/10#issuecomment-71201288. Thanks!