typescript-rest icon indicating copy to clipboard operation
typescript-rest copied to clipboard

Custom Authenticator

Open marekkrivan opened this issue 6 years ago • 0 comments

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.

marekkrivan avatar Aug 04 '19 19:08 marekkrivan