mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
chore: harmonize authToken to accessToken (#2184)
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user