Implement token refreshing

This commit is contained in:
Björn Fromme
2019-10-03 18:20:42 +02:00
parent 3284af1d5d
commit 1ab7e7e105
10 changed files with 64 additions and 143 deletions
+8
View File
@@ -528,6 +528,14 @@
"is-buffer": "^2.0.2"
}
},
"axios-auth-refresh": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/axios-auth-refresh/-/axios-auth-refresh-1.0.7.tgz",
"integrity": "sha512-TQl1tF+MY+iDG93WpiqcnwGb1lvdJLKzi0IN/7hBkYFlpOC6xv4S+cW3QHZOBjKpFWRWqHg9fXd/PDsCvJ3uLA==",
"requires": {
"axios": "^0.18.0"
}
},
"babel-code-frame": {
"version": "6.26.0",
"resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz",