typescript-rest
typescript-rest copied to clipboard
Custom Authenticator
Hi, I have a question. I try to implement MyAuthentificator. I made the class implements ServiceAuthenticator, but I don't know how to make body method "initialize". Can you help me? Trying to create as http header name "auth" is 1234 then the authorization is successful. If it is not 1234 then authorization is unsuccessful. I'm a newbie in typescript.
Thank you.