Creating custom firewall using WSSE is fine. But now I want to create custom firewall which doesn't contain methods like authenticate(TokenInterface $token)
but contain custom methods which contain logic to authenticate and authorize.If we use WSSE
implementation of authenticate(TokenInterface $token)
method is necessary as class implements AuthenticationProviderInterface
interface.Any suggestions?
Asked
Active
Viewed 461 times
2

stefun
- 1,261
- 3
- 24
- 54