soap-typescript
soap-typescript copied to clipboard
Support for authentication ?
What's possible in terms of authentication of SOAP requests with the middleware you provide ?
Hey @splatpope, currently there is no specific mechanism provided through soap-decorators. You could just use common express middlewares to achieve this. Hope this helps!