AccessToken - refreshToken 관련 로직 추가

This commit is contained in:
hyunwoo93.cha
2024-05-08 16:17:49 +09:00
parent 40fe7f2587
commit 49b16d8cdf
4 changed files with 39 additions and 7 deletions

View File

@@ -1,7 +1,10 @@
import axios from "axios";
import axios from 'axios';
import * as HelperMethods from "../utils/helperMethods";
import { getUrl, URLS } from "./apiConfig";
import * as HelperMethods from '../utils/helperMethods';
import {
getUrl,
URLS,
} from './apiConfig';
// refresh-token 구현 필요
let tokenRefreshing = false;