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

Update README to include stateless config option #65

Closed bkosborne closed 8 years ago

bkosborne commented 9 years ago

WSSE should be configured to be stateless otherwise a session may be started for users who auth this way

djoos commented 8 years ago

Thanks @bkosborne!

Kind regards, David