djoos / EscapeWSSEAuthenticationBundle

Symfony bundle to implement WSSE authentication
http://symfony.com/doc/current/cookbook/security/custom_authentication_provider.html
137 stars 59 forks source link

allow override the check for future token #29

Closed broncha closed 10 years ago

broncha commented 10 years ago

You cannot force the clients to be running exactly the same time as the server. I personally had this issue, where the server was not even tolerating a difference in seconds. Moving the future check logic to a protected method so other implementations can apply their own logic to check for future tokens.

broncha commented 10 years ago

obsolete. I will create another merge request from another branch