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

Fixed Error #2

Closed fightmaster closed 12 years ago

fightmaster commented 12 years ago

AbstractToken set to a $authenticated flag is false. It must be set true after authentication for successful authorization. This is done for all other symfony tokens.