Robin Börjesson
Results
3
comments of
Robin Börjesson
@suyesh nope.
@suyesh Yeah, same here.
@tochman I threw out this module and implemented my own middleware instead: ``` import axios from "axios"; let HEADERS = ["access-token", "token-type", "client", "expiry", "uid"]; const tokenMiddleware = () =>...