Robin Börjesson

Results 3 comments of Robin Börjesson

@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 = () =>...