chore: harmonize authToken to accessToken (#2184)

This commit is contained in:
Kiwi
2019-02-08 23:40:20 +01:00
committed by GitHub
parent 7ec6780ee1
commit 710de07fa6
47 changed files with 172 additions and 160 deletions
@@ -1,4 +1,4 @@
export default function createAuthToken() {
export default function createAccessToken() {
return `${btoa(
JSON.stringify({
alg: "HS256",
@@ -19,6 +19,6 @@ export { default as waitUntilThrow } from "./waitUntilThrow";
export { default as matchText } from "./matchText";
export { default as toJSON } from "./toJSON";
export { default as replaceHistoryLocation } from "./replaceHistoryLocation";
export { default as createAuthToken } from "./createAuthToken";
export { default as createAccessToken } from "./createAccessToken";
export { default as findParentsWithType } from "./findParentsWithType";
export { default as findParentWithType } from "./findParentWithType";